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/gtls.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib/vtls/gtls.h') diff --git a/lib/vtls/gtls.h b/lib/vtls/gtls.h index d393b889d..f51cd70cf 100644 --- a/lib/vtls/gtls.h +++ b/lib/vtls/gtls.h @@ -49,9 +49,6 @@ CURLcode Curl_gtls_random(struct Curl_easy *data, bool Curl_gtls_cert_status_request(void); -/* Support HTTPS-proxy */ -#define HTTPS_PROXY_SUPPORT 1 - extern const struct Curl_ssl Curl_ssl_gnutls; /* Set the API backend definition to GnuTLS */ -- cgit v1.2.3