mirror of
https://github.com/curl/curl.git
synced 2026-05-17 10:06:20 +03:00
curl_tool: Added krb5 to the supported features
This commit is contained in:
parent
eda919f4dc
commit
e7bcfb368c
1 changed files with 1 additions and 0 deletions
|
|
@ -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},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue