aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vtls/openssl.c')
-rw-r--r--lib/vtls/openssl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c
index 28e31baea..1484b9b1c 100644
--- a/lib/vtls/openssl.c
+++ b/lib/vtls/openssl.c
@@ -3408,4 +3408,6 @@ const struct Curl_ssl Curl_ssl_openssl = {
Curl_none_false_start /* false_start */
};
+const struct Curl_ssl *Curl_ssl = &Curl_ssl_openssl;
+
#endif /* USE_OPENSSL */