mirror of
https://github.com/curl/curl.git
synced 2026-08-04 09:30:03 +03:00
version: Replaced SSPI feature information with version string details
Added Windows SSPI version information to the curl version string when SCHANNEL SSL is not enabled, as the version of the library should also be included when SSPI is used to generate security contexts. Removed SSPI from the feature list as the features are GSS-Negotiate, NTLM and SSL depending on the usage of the SSPI library.
This commit is contained in:
parent
70d56bfe3c
commit
634f7cfee4
3 changed files with 23 additions and 8 deletions
|
|
@ -277,7 +277,6 @@ 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