diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2017-06-26 18:05:38 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-28 14:56:56 +0200 |
commit | f0b4db1ab0f803fdad576d77220434d04651db76 (patch) | |
tree | 0a7aaa97f79e184999d8bd7e8eb28e7fe4b3ad64 /lib/vtls/gskit.h | |
parent | 937899a3b8e1124df7a66b83925349d5c9f9e5a9 (diff) | |
download | curl-f0b4db1ab0f803fdad576d77220434d04651db76.tar.gz |
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 <johannes.schindelin@gmx.de>
Diffstat (limited to 'lib/vtls/gskit.h')
-rw-r--r-- | lib/vtls/gskit.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/vtls/gskit.h b/lib/vtls/gskit.h index f2f5eb89a..c8a2810e5 100644 --- a/lib/vtls/gskit.h +++ b/lib/vtls/gskit.h @@ -41,9 +41,6 @@ int Curl_gskit_shutdown(struct connectdata *conn, int sockindex); size_t Curl_gskit_version(char *buffer, size_t size); int Curl_gskit_check_cxn(struct connectdata *cxn); -/* Support HTTPS-proxy */ -/* TODO: add '#define HTTPS_PROXY_SUPPORT 1' and fix test #1014 (if need) */ - extern const struct Curl_ssl Curl_ssl_gskit; /* Set the API backend definition to GSKit */ |