mirror of
https://github.com/curl/curl.git
synced 2026-04-15 04:51:40 +03:00
http_negotiate.c: Fxied warning: unused variable 'rc'
This commit is contained in:
parent
1ab6c35363
commit
ba41ecfa17
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue