mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
reversed the check for GSSAPI when request that auth
This commit is contained in:
parent
e76c960624
commit
981ffd9fce
@ -853,7 +853,7 @@ CURLcode Curl_setopt(struct SessionHandle *data, CURLoption option, ...)
|
||||
#ifndef USE_SSLEAY
|
||||
auth &= ~CURLAUTH_NTLM; /* no NTLM without SSL */
|
||||
#endif
|
||||
#ifdef GSSAPI
|
||||
#ifndef GSSAPI
|
||||
auth &= ~CURLAUTH_GSSNEGOTIATE; /* no GSS-Negotiate without GSSAPI */
|
||||
#endif
|
||||
if(!auth)
|
||||
|
Loading…
Reference in New Issue
Block a user