mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
tool: Removed krb4 from the supported features
Although libcurl would never return CURL_VERSION_KERBEROS4 after 7.33, so would not be output with --version, removed krb4 from the supported features output.
This commit is contained in:
parent
a4b7f716d3
commit
532efa9ce9
@ -269,7 +269,6 @@ static const struct feat feats[] = {
|
|||||||
{"NTLM", CURL_VERSION_NTLM},
|
{"NTLM", CURL_VERSION_NTLM},
|
||||||
{"NTLM_WB", CURL_VERSION_NTLM_WB},
|
{"NTLM_WB", CURL_VERSION_NTLM_WB},
|
||||||
{"SSL", CURL_VERSION_SSL},
|
{"SSL", CURL_VERSION_SSL},
|
||||||
{"krb4", CURL_VERSION_KERBEROS4},
|
|
||||||
{"libz", CURL_VERSION_LIBZ},
|
{"libz", CURL_VERSION_LIBZ},
|
||||||
{"CharConv", CURL_VERSION_CONV},
|
{"CharConv", CURL_VERSION_CONV},
|
||||||
{"TLS-SRP", CURL_VERSION_TLSAUTH_SRP},
|
{"TLS-SRP", CURL_VERSION_TLSAUTH_SRP},
|
||||||
|
Loading…
Reference in New Issue
Block a user