curl_gssapi: Add macros for common mechs and pass them appropriately
Macros defined: KRB5_MECHANISM and SPNEGO_MECHANISM called from HTTP, FTP and SOCKS on Unix
This commit is contained in:

committed by
Daniel Stenberg

parent
a4cece3d47
commit
eda12bcff8
@@ -181,7 +181,7 @@ CURLcode Curl_SOCKS5_gssapi_negotiate(int sockindex,
|
||||
&gss_minor_status,
|
||||
&gss_context,
|
||||
server,
|
||||
FALSE,
|
||||
KRB5_MECHANISM,
|
||||
NULL,
|
||||
gss_token,
|
||||
&gss_send_token,
|
||||
|
Reference in New Issue
Block a user