aboutsummaryrefslogtreecommitdiff
path: root/lib/http.c
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-28 16:18:25 +0000
committerYang Tse <yangsita@gmail.com>2009-05-28 16:18:25 +0000
commitf13cbcf17568fcfdd4160448ceb84e2e0a0704ee (patch)
tree01bd69e56bd8c904a5e2050e359c5daec4c733bd /lib/http.c
parent9418c56fd3cd5df42e5d6aeeadc7686be9c4e041 (diff)
fix compiler warning: unused parameter
Diffstat (limited to 'lib/http.c')
-rw-r--r--lib/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.c b/lib/http.c
index a17c6eba9..466d9539a 100644
--- a/lib/http.c
+++ b/lib/http.c
@@ -524,7 +524,7 @@ output_auth_headers(struct connectdata *conn,
&data->state.proxyneg:&data->state.negotiate;
#endif
-#ifndef CURL_DISABLE_CRYPTO_AUTH
+#ifdef CURL_DISABLE_CRYPTO_AUTH
(void)request;
(void)path;
#endif