curl_sasl_sspi.c: Fixed more compilation warnings from commit 4b491c675f

warning: unused variable 'resp'

warning: no previous prototype for 'Curl_sasl_gssapi_cleanup'
This commit is contained in:
Steve Holme 2014-08-14 16:02:02 +01:00
parent c126bac153
commit 629f52843f
1 changed files with 2 additions and 1 deletions

View File

@ -44,6 +44,8 @@
/* The last #include file should be: */
#include "memdebug.h"
void Curl_sasl_gssapi_cleanup(struct kerberos5data *krb5);
/*
* Curl_sasl_build_spn()
*
@ -303,7 +305,6 @@ CURLcode Curl_sasl_create_gssapi_user_message(struct SessionHandle *data,
CURLcode result = CURLE_OK;
size_t chlglen = 0;
unsigned char *chlg = NULL;
unsigned char *resp = NULL;
CtxtHandle context;
PSecPkgInfo SecurityPackage;
SecBuffer chlg_buf;