From f0b4db1ab0f803fdad576d77220434d04651db76 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 26 Jun 2017 18:05:38 +0200 Subject: vtls: move the SUPPORT_HTTPS_PROXY flag into the Curl_ssl struct That will allow us to choose the SSL backend at runtime. Signed-off-by: Johannes Schindelin --- lib/vtls/openssl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/vtls/openssl.c') diff --git a/lib/vtls/openssl.c b/lib/vtls/openssl.c index 7376588c3..00956f986 100644 --- a/lib/vtls/openssl.c +++ b/lib/vtls/openssl.c @@ -3394,6 +3394,7 @@ const struct Curl_ssl Curl_ssl_openssl = { 1, /* have_certinfo */ 1, /* have_pinnedpubkey */ 1, /* have_ssl_ctx */ + 1, /* support_https_proxy */ Curl_ossl_init, /* init */ Curl_ossl_cleanup, /* cleanup */ -- cgit v1.2.3