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/darwinssl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/vtls/darwinssl.c') diff --git a/lib/vtls/darwinssl.c b/lib/vtls/darwinssl.c index 4d755d6b6..076ee293c 100644 --- a/lib/vtls/darwinssl.c +++ b/lib/vtls/darwinssl.c @@ -2886,6 +2886,7 @@ const struct Curl_ssl Curl_ssl_darwinssl = { 0, /* have_pinnedpubkey */ #endif /* DARWIN_SSL_PINNEDPUBKEY */ 0, /* have_ssl_ctx */ + 0, /* support_https_proxy */ Curl_none_init, /* init */ Curl_none_cleanup, /* cleanup */ -- cgit v1.2.3