aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/polarssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vtls/polarssl.c')
-rw-r--r--lib/vtls/polarssl.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vtls/polarssl.c b/lib/vtls/polarssl.c
index 8cfbce9bf..8feaa95af 100644
--- a/lib/vtls/polarssl.c
+++ b/lib/vtls/polarssl.c
@@ -895,4 +895,6 @@ const struct Curl_ssl Curl_ssl_polarssl = {
Curl_none_false_start /* false_start */
};
+const struct Curl_ssl *Curl_ssl = &Curl_ssl_polarssl;
+
#endif /* USE_POLARSSL */