From a4b2f7aafde33c2ab810adb6c3d119c9a0b824e7 Mon Sep 17 00:00:00 2001 From: Okhin Vasilij Date: Fri, 25 Nov 2016 16:27:22 +0700 Subject: curl_version_info: add CURL_VERSION_HTTPS_PROXY Closes #1142 --- src/tool_help.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tool_help.c') 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) -- cgit v1.2.3