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:
Daniel Stenberg
2012-06-11 22:58:39 +02:00
parent 9c18bb3702
commit af0888aaf6
3 changed files with 5 additions and 1 deletions

View File

@@ -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},