diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2017-08-18 08:51:24 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-08-28 22:56:49 +0200 |
commit | 9d96a5f0b58a31f481be229b19496728d3c55cbb (patch) | |
tree | de72bf6771c62e007ac63a91699c44a4ef3840b8 /packages | |
parent | b180a273fab64b601e7f44a36a0ec8bd5363e8e1 (diff) | |
download | curl-9d96a5f0b58a31f481be229b19496728d3c55cbb.tar.gz |
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 'packages')
-rw-r--r-- | packages/OS400/curl.inc.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index 41b6be190..ff5e28eec 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -129,6 +129,8 @@ d c X'00100000' d CURL_VERSION_HTTPS_PROXY... d c X'00200000' + d CURL_VERSION_MULTI_SSL... + d c X'00400000' * d CURL_HTTPPOST_FILENAME... d c X'00000001' |