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:
parent
c126bac153
commit
629f52843f
@ -44,6 +44,8 @@
|
|||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
void Curl_sasl_gssapi_cleanup(struct kerberos5data *krb5);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Curl_sasl_build_spn()
|
* Curl_sasl_build_spn()
|
||||||
*
|
*
|
||||||
@ -303,7 +305,6 @@ CURLcode Curl_sasl_create_gssapi_user_message(struct SessionHandle *data,
|
|||||||
CURLcode result = CURLE_OK;
|
CURLcode result = CURLE_OK;
|
||||||
size_t chlglen = 0;
|
size_t chlglen = 0;
|
||||||
unsigned char *chlg = NULL;
|
unsigned char *chlg = NULL;
|
||||||
unsigned char *resp = NULL;
|
|
||||||
CtxtHandle context;
|
CtxtHandle context;
|
||||||
PSecPkgInfo SecurityPackage;
|
PSecPkgInfo SecurityPackage;
|
||||||
SecBuffer chlg_buf;
|
SecBuffer chlg_buf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user