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/axtls.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/vtls/axtls.h') diff --git a/lib/vtls/axtls.h b/lib/vtls/axtls.h index e4c0c1307..71f3c3d1c 100644 --- a/lib/vtls/axtls.h +++ b/lib/vtls/axtls.h @@ -46,6 +46,8 @@ CURLcode Curl_axtls_random(struct Curl_easy *data, unsigned char *entropy, size_t length); +extern const struct Curl_ssl Curl_ssl_axtls; + /* Set the API backend definition to axTLS */ #define CURL_SSL_BACKEND CURLSSLBACKEND_AXTLS -- cgit v1.2.3