diff options
author | Okhin Vasilij <OkhinVI@gmail.com> | 2016-11-25 16:27:22 +0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-11-26 17:28:53 +0100 |
commit | a4b2f7aafde33c2ab810adb6c3d119c9a0b824e7 (patch) | |
tree | aad341f638c47257403729f86cf54834147431fb /lib/vtls/gskit.h | |
parent | e38fe7abbf127c50b846a4456835dd2c1be631a5 (diff) | |
download | curl-a4b2f7aafde33c2ab810adb6c3d119c9a0b824e7.tar.gz |
curl_version_info: add CURL_VERSION_HTTPS_PROXY
Closes #1142
Diffstat (limited to 'lib/vtls/gskit.h')
-rw-r--r-- | lib/vtls/gskit.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/vtls/gskit.h b/lib/vtls/gskit.h index e258a29f1..229759217 100644 --- a/lib/vtls/gskit.h +++ b/lib/vtls/gskit.h @@ -41,6 +41,9 @@ 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) */ + /* Set the API backend definition to GSKit */ #define CURL_SSL_BACKEND CURLSSLBACKEND_GSKIT |