aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2019-06-04 13:51:12 +0200
committerSteve Holme <steve_holme@hotmail.com>2019-06-04 20:25:12 +0100
commit660603141c5a64b278ddde49de3b7bb931616564 (patch)
treeca9c10673487ff9995e498df3ba01ceaa7d8b577 /lib/urldata.h
parentbe527afad05aeb8177de111f0fbd282c2983ce9d (diff)
downloadgnurl-660603141c5a64b278ddde49de3b7bb931616564.tar.gz
gnurl-660603141c5a64b278ddde49de3b7bb931616564.tar.bz2
gnurl-660603141c5a64b278ddde49de3b7bb931616564.zip
ssl: Update outdated "openssl-only" comments for supported backends
These are for features that used to be openssl-only but were expanded over time to support other SSL backends. Closes #3985
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 42fb82fdd..f8ba591dd 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1081,8 +1081,9 @@ struct PureInfo {
const char *conn_scheme;
unsigned int conn_protocol;
struct curl_certinfo certs; /* info about the certs, only populated in
- OpenSSL builds. Asked for with
- CURLOPT_CERTINFO / CURLINFO_CERTINFO */
+ OpenSSL, GnuTLS, Schannel, NSS and GSKit
+ builds. Asked for with CURLOPT_CERTINFO
+ / CURLINFO_CERTINFO */
bit timecond:1; /* set to TRUE if the time condition didn't match, which
thus made the document NOT get fetched */