diff options
Diffstat (limited to 'lib/vtls/schannel.c')
-rw-r--r-- | lib/vtls/schannel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vtls/schannel.c b/lib/vtls/schannel.c index 3e148efad..b8c11d5f8 100644 --- a/lib/vtls/schannel.c +++ b/lib/vtls/schannel.c @@ -1748,4 +1748,6 @@ const struct Curl_ssl Curl_ssl_schannel = { Curl_none_false_start /* false_start */ }; +const struct Curl_ssl *Curl_ssl = &Curl_ssl_schannel; + #endif /* USE_SCHANNEL */ |