mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:33:39 +03:00
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>
This commit is contained in:
parent
b180a273fa
commit
9d96a5f0b5
7 changed files with 29 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue