diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-07-02 23:46:40 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-07-03 00:15:51 +0200 |
commit | 54f21be2e3a64b9e57130cf6d1eb4f17c44d7967 (patch) | |
tree | 2e95ab0aa53ed671bb807badcb9cb3172785da4b /docs | |
parent | d2fd845c35922ca73b89c617597dd5c59772e16a (diff) | |
download | curl-54f21be2e3a64b9e57130cf6d1eb4f17c44d7967.tar.gz |
curl_version_info.3: CURL_VERSION_KERBEROS4 is deprecated
This came up in #5640. It make sense to clarify this in the docs!
Reminded-by: Kamil Dudka
Closes #5642
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/curl_version_info.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_version_info.3 b/docs/libcurl/curl_version_info.3 index bf13aebc8..437b9a034 100644 --- a/docs/libcurl/curl_version_info.3 +++ b/docs/libcurl/curl_version_info.3 @@ -150,7 +150,7 @@ letters. (Added in 7.12.0) .IP CURL_VERSION_IPV6 supports IPv6 .IP CURL_VERSION_KERBEROS4 -supports Kerberos V4 (when using FTP) +supports Kerberos V4 (when using FTP). Legacy bit. Deprecated since 7.33.0. .IP CURL_VERSION_KERBEROS5 supports Kerberos V5 authentication for FTP, IMAP, POP3, SMTP and SOCKSv5 proxy (Added in 7.40.0) |