aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorMichael Osipov <1983-01-06@gmx.net>2014-11-15 14:08:43 +0000
committerSteve Holme <steve_holme@hotmail.com>2014-11-15 14:43:35 +0000
commita4b7f716d3272d36d55d59587a88ba17af0932bc (patch)
tree38dea6dc4979c9e769acf9f748bc32c48bd00293 /src/tool_help.c
parent2e16100609bb57c026c9ebd14aef23e4b356f8a8 (diff)
tool: Use Kerberos for supported features
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 775b59255..7c252baeb 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -264,12 +264,12 @@ static const struct feat feats[] = {
{"Largefile", CURL_VERSION_LARGEFILE},
{"SSPI", CURL_VERSION_SSPI},
{"GSS-API", CURL_VERSION_GSSAPI},
+ {"Kerberos", CURL_VERSION_KERBEROS5},
{"SPNEGO", CURL_VERSION_SPNEGO},
{"NTLM", CURL_VERSION_NTLM},
{"NTLM_WB", CURL_VERSION_NTLM_WB},
{"SSL", CURL_VERSION_SSL},
{"krb4", CURL_VERSION_KERBEROS4},
- {"krb5", CURL_VERSION_KERBEROS5},
{"libz", CURL_VERSION_LIBZ},
{"CharConv", CURL_VERSION_CONV},
{"TLS-SRP", CURL_VERSION_TLSAUTH_SRP},