mirror of
https://github.com/curl/curl.git
synced 2026-08-25 05:23:32 +03:00
Changed some nonportable types
This commit is contained in:
parent
6eb484942b
commit
c22c258029
4 changed files with 15 additions and 15 deletions
|
|
@ -131,7 +131,7 @@ CURLcode Curl_SOCKS5_gssapi_negotiate(int sockindex,
|
|||
gss_buffer_desc* gss_token = GSS_C_NO_BUFFER;
|
||||
gss_name_t server = GSS_C_NO_NAME;
|
||||
gss_name_t gss_client_name = GSS_C_NO_NAME;
|
||||
u_short us_length;
|
||||
unsigned short us_length;
|
||||
char *user=NULL;
|
||||
unsigned char socksreq[4]; /* room for gssapi exchange header only */
|
||||
char *serviceptr = data->set.str[STRING_SOCKS5_GSSAPI_SERVICE];
|
||||
|
|
|
|||
|
|
@ -180,7 +180,7 @@ CURLcode Curl_SOCKS5_gssapi_negotiate(int sockindex,
|
|||
SecPkgCredentials_Names names;
|
||||
TimeStamp expiry;
|
||||
char *service_name=NULL;
|
||||
u_short us_length;
|
||||
unsigned short us_length;
|
||||
ULONG qop;
|
||||
unsigned char socksreq[4]; /* room for gssapi exchange header only */
|
||||
char *service = data->set.str[STRING_SOCKS5_GSSAPI_SERVICE];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue