diff options
author | Emil Engler <me@emilengler.com> | 2020-04-23 21:36:35 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-04-30 14:40:54 +0200 |
commit | 42d8d9a7e816f14226819cdc2440e11ef004230e (patch) | |
tree | d795d50cb88eb04f37588f21f8fbf17b4789db48 /docs/libcurl/opts | |
parent | c06902713998d68202c5a764de910ba8d0e8f54d (diff) |
GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULT
Closes #5287
Diffstat (limited to 'docs/libcurl/opts')
-rw-r--r-- | docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 b/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 index b0bd54cd8..d0957ae55 100644 --- a/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 +++ b/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 @@ -50,7 +50,7 @@ if(curl) { } .fi .SH AVAILABILITY -Added in 7.5. Only set by the OpenSSL/libressl/boringssl and NSS backends. +Added in 7.5. Only set by the OpenSSL/libressl/boringssl, NSS and GnuTLS backends. .SH RETURN VALUE Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not. .SH "SEE ALSO" |