mirror of
https://github.com/curl/curl.git
synced 2026-08-24 22:23:58 +03:00
Revert: 634f7cfee4 partially
Make sure CURL_VERSION_SSPI is present and works as in previous releases for ABI and API compatibility reasons.
This commit is contained in:
parent
9c18bb3702
commit
af0888aaf6
3 changed files with 5 additions and 1 deletions
|
|
@ -2144,7 +2144,7 @@ typedef struct {
|
|||
#define CURL_VERSION_SPNEGO (1<<8) /* SPNEGO auth */
|
||||
#define CURL_VERSION_LARGEFILE (1<<9) /* supports files bigger than 2GB */
|
||||
#define CURL_VERSION_IDN (1<<10) /* International Domain Names support */
|
||||
#define CURL_VERSION_OBSOLETE11 (1<<11) /* NOT USED - removed in 7.27.0 */
|
||||
#define CURL_VERSION_SSPI (1<<11) /* SSPI is supported */
|
||||
#define CURL_VERSION_CONV (1<<12) /* character conversions supported */
|
||||
#define CURL_VERSION_CURLDEBUG (1<<13) /* debug memory tracking supported */
|
||||
#define CURL_VERSION_TLSAUTH_SRP (1<<14) /* TLS-SRP auth is supported */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue