diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/http_negotiate.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/http_negotiate.c b/lib/http_negotiate.c index c03faf94d..92c363d7c 100644 --- a/lib/http_negotiate.c +++ b/lib/http_negotiate.c @@ -195,7 +195,6 @@ int Curl_input_negotiate(struct connectdata *conn, bool proxy, #ifdef HAVE_SPNEGO /* Handle SPNEGO */ if(checkprefix("Negotiate", header)) { ASN1_OBJECT * object = NULL; - int rc = 1; unsigned char * spnegoToken = NULL; size_t spnegoTokenLength = 0; unsigned char * mechToken = NULL; @@ -280,7 +279,6 @@ CURLcode Curl_output_negotiate(struct connectdata *conn, bool proxy) #ifdef HAVE_SPNEGO /* Handle SPNEGO */ if(checkprefix("Negotiate", neg_ctx->protocol)) { ASN1_OBJECT * object = NULL; - int rc = 1; unsigned char * spnegoToken = NULL; size_t spnegoTokenLength = 0; unsigned char * responseToken = NULL; |