aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorOkhin Vasilij <OkhinVI@gmail.com>2016-11-25 16:27:22 +0700
committerDaniel Stenberg <daniel@haxx.se>2016-11-26 17:28:53 +0100
commita4b2f7aafde33c2ab810adb6c3d119c9a0b824e7 (patch)
treeaad341f638c47257403729f86cf54834147431fb /src/tool_help.c
parente38fe7abbf127c50b846a4456835dd2c1be631a5 (diff)
curl_version_info: add CURL_VERSION_HTTPS_PROXY
Closes #1142
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c1
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)