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/gskit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/vtls/gskit.h') diff --git a/lib/vtls/gskit.h b/lib/vtls/gskit.h index 229759217..b329104d5 100644 --- a/lib/vtls/gskit.h +++ b/lib/vtls/gskit.h @@ -44,6 +44,8 @@ int Curl_gskit_check_cxn(struct connectdata *cxn); /* Support HTTPS-proxy */ /* TODO: add '#define HTTPS_PROXY_SUPPORT 1' and fix test #1014 (if need) */ +extern const struct Curl_ssl Curl_ssl_gskit; + /* Set the API backend definition to GSKit */ #define CURL_SSL_BACKEND CURLSSLBACKEND_GSKIT -- cgit v1.2.3