aboutsummaryrefslogtreecommitdiff
path: root/src/tool_help.c
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2017-08-18 08:51:24 +0200
committerDaniel Stenberg <daniel@haxx.se>2017-08-28 22:56:49 +0200
commit9d96a5f0b58a31f481be229b19496728d3c55cbb (patch)
treede72bf6771c62e007ac63a91699c44a4ef3840b8 /src/tool_help.c
parentb180a273fab64b601e7f44a36a0ec8bd5363e8e1 (diff)
version: add the CURL_VERSION_MULTI_SSL feature flag
This new feature flag reports When cURL was built with multiple SSL backends. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Diffstat (limited to 'src/tool_help.c')
-rw-r--r--src/tool_help.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c
index 04d84dd7a..7b982aa96 100644
--- a/src/tool_help.c
+++ b/src/tool_help.c
@@ -503,7 +503,8 @@ 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}
+ {"HTTPS-proxy", CURL_VERSION_HTTPS_PROXY},
+ {"MultiSSL", CURL_VERSION_MULTI_SSL}
};
void tool_help(void)