mirror of
https://github.com/curl/curl.git
synced 2026-08-26 22:34:45 +03:00
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:
parent
a4cece3d47
commit
eda12bcff8
5 changed files with 25 additions and 19 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue