From e09bb63ed8e7d1a7448c42078d511f44bc4c258c Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Thu, 22 Jun 2017 16:45:34 +0200 Subject: vtls: declare Curl_ssl structs for every SSL backend The idea of introducing the Curl_ssl struct was to unify how the SSL backends are declared and called. To this end, we now provide an instance of the Curl_ssl struct for each and every SSL backend. Signed-off-by: Johannes Schindelin --- lib/vtls/gtls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/vtls/gtls.h') diff --git a/lib/vtls/gtls.h b/lib/vtls/gtls.h index 3e5d9e000..24578b06e 100644 --- a/lib/vtls/gtls.h +++ b/lib/vtls/gtls.h @@ -60,6 +60,8 @@ bool Curl_gtls_cert_status_request(void); /* Support HTTPS-proxy */ #define HTTPS_PROXY_SUPPORT 1 +extern const struct Curl_ssl Curl_ssl_gnutls; + /* Set the API backend definition to GnuTLS */ #define CURL_SSL_BACKEND CURLSSLBACKEND_GNUTLS -- cgit v1.2.3