diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-11-07 10:44:00 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-07 10:57:23 +0000 |
commit | e7bcfb368c3f9145e89e1fa85c94edcb381c3e72 (patch) | |
tree | f77c96b7a2f19190b6f95fb660cdd758aada5329 /src | |
parent | eda919f4dcbff0364e750e998a0b89f38af757f7 (diff) |
curl_tool: Added krb5 to the supported features
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 2b26c58af..775b59255 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -269,6 +269,7 @@ static const struct feat feats[] = { {"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}, |