CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there's
a "plain" Negotiate as well.
This commit is contained in:
@@ -214,11 +214,11 @@ typedef enum {
|
||||
} curl_proxytype;
|
||||
|
||||
typedef enum {
|
||||
CURLHTTP_BASIC = 0, /* default */
|
||||
CURLHTTP_DIGEST = 1, /* Digest */
|
||||
CURLHTTP_NEGOTIATE = 2, /* Negotiate */
|
||||
CURLHTTP_NTLM = 3, /* NTLM */
|
||||
CURLHTTP_LAST /* never to be used */
|
||||
CURLAUTH_BASIC = 0, /* default */
|
||||
CURLAUTH_DIGEST = 1, /* Digest */
|
||||
CURLAUTH_GSSNEGOTIATE = 2, /* GSS-Negotiate */
|
||||
CURLAUTH_NTLM = 3, /* NTLM */
|
||||
CURLAUTH_LASTKNOWN /* never to be used */
|
||||
} curl_httpauth;
|
||||
|
||||
/* this was the error code 50 in 7.7.3 and a few earlier versions, this
|
||||
|
Reference in New Issue
Block a user