aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-11-14 14:54:21 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-11-15 15:27:53 +0000
commit532efa9ce9caf02327c7938512cd297c99b186d9 (patch)
tree2c334fd6bdec9e9da4ef3b13c430bff12a5061e8
parenta4b7f716d3272d36d55d59587a88ba17af0932bc (diff)
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.
-rw-r--r--src/tool_help.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 7c252baeb..2c22b827b 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -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},