mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:43:32 +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
|
|
@ -277,6 +277,7 @@ static const struct feat feats[] = {
|
|||
{"NTLM_WB", CURL_VERSION_NTLM_WB},
|
||||
{"SPNEGO", CURL_VERSION_SPNEGO},
|
||||
{"SSL", CURL_VERSION_SSL},
|
||||
{"SSPI", CURL_VERSION_SSPI},
|
||||
{"krb4", CURL_VERSION_KERBEROS4},
|
||||
{"libz", CURL_VERSION_LIBZ},
|
||||
{"CharConv", CURL_VERSION_CONV},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue