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 /src/tool_help.c | |
parent | e38fe7abbf127c50b846a4456835dd2c1be631a5 (diff) | |
download | curl-a4b2f7aafde33c2ab810adb6c3d119c9a0b824e7.tar.gz |
curl_version_info: add CURL_VERSION_HTTPS_PROXY
Closes #1142
Diffstat (limited to 'src/tool_help.c')
-rw-r--r-- | src/tool_help.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 39a51784a..992a969ce 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -317,6 +317,7 @@ static const struct feat feats[] = { {"TLS-SRP", CURL_VERSION_TLSAUTH_SRP}, {"HTTP2", CURL_VERSION_HTTP2}, {"UnixSockets", CURL_VERSION_UNIX_SOCKETS}, + {"HTTPS-proxy", CURL_VERSION_HTTPS_PROXY} }; void tool_help(void) |