diff options
Diffstat (limited to 'lib/http.c')
-rw-r--r-- | lib/http.c | 2 |
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 |