From 660603141c5a64b278ddde49de3b7bb931616564 Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Tue, 4 Jun 2019 13:51:12 +0200 Subject: 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 --- lib/urldata.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib') 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 */ -- cgit v1.2.3