diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-02-11 10:18:10 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-02-11 10:18:10 +0100 |
commit | 4750dc0bf3259f6c459b6d8a8c056a0b3097aba1 (patch) | |
tree | 42a5aef83946ce7d1ac72466dc0767b4976c0ce5 | |
parent | 90adcf9f6375e3a2b54433a9f064cdbe99740a68 (diff) | |
download | curl-bagder/gsasl-version.tar.gz |
fixup add to curl_version_info.3 to please test 1177bagder/gsasl-version
-rw-r--r-- | docs/libcurl/curl_version_info.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/libcurl/curl_version_info.3 b/docs/libcurl/curl_version_info.3 index 93011424a..8c93a8c7d 100644 --- a/docs/libcurl/curl_version_info.3 +++ b/docs/libcurl/curl_version_info.3 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al. .\" * .\" * This software is licensed as described in the file COPYING, which .\" * you should have received as part of this distribution. The terms @@ -136,6 +136,9 @@ libcurl was built with memory tracking debug capabilities. This is mainly of interest for libcurl hackers. (added in 7.19.6) .IP CURL_VERSION_DEBUG libcurl was built with debug capabilities (added in 7.10.6) +.IP CURL_VERSION_GSASL +libcurl was built with libgsasl and thus with some extra SCRAM-SHA +authentication methods. (added in 7.76.0) .IP CURL_VERSION_GSSAPI libcurl was built with support for GSS-API. This makes libcurl use provided functions for Kerberos and SPNEGO authentication. It also allows libcurl |