diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2019-06-04 13:51:12 +0200 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2019-06-04 20:25:12 +0100 |
commit | 660603141c5a64b278ddde49de3b7bb931616564 (patch) | |
tree | ca9c10673487ff9995e498df3ba01ceaa7d8b577 /lib/urldata.h | |
parent | be527afad05aeb8177de111f0fbd282c2983ce9d (diff) | |
download | curl-660603141c5a64b278ddde49de3b7bb931616564.tar.gz |
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.h | 5 |
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 */ |