]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
tool: Removed krb4 from the supported features
authorSteve Holme <steve_holme@hotmail.com>
Fri, 14 Nov 2014 14:54:21 +0000 (14:54 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 15 Nov 2014 15:27:53 +0000 (15:27 +0000)
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.

src/tool_help.c

index 7c252baeb72cef7166d665cd81324323b3dfb860..2c22b827b2bc3b4b419d79ddd41a05767d5cac62 100644 (file)
@@ -269,7 +269,6 @@ static const struct feat feats[] = {
   {"NTLM",           CURL_VERSION_NTLM},
   {"NTLM_WB",        CURL_VERSION_NTLM_WB},
   {"SSL",            CURL_VERSION_SSL},
-  {"krb4",           CURL_VERSION_KERBEROS4},
   {"libz",           CURL_VERSION_LIBZ},
   {"CharConv",       CURL_VERSION_CONV},
   {"TLS-SRP",        CURL_VERSION_TLSAUTH_SRP},