diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2019-12-05 19:17:31 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2019-12-05 19:17:31 -0500 |
commit | 689443bf426d3601e3facdbf1c1ee8a027775755 (patch) | |
tree | e22e66fef993499367c03686ed7d95696c503d25 /packages | |
parent | 0edf75865a8ab3783cb42acded8288108bbe3b5b (diff) | |
download | curl-689443bf426d3601e3facdbf1c1ee8a027775755.tar.gz |
lib: fix some loose ends for recently added CURLSSLOPT_NO_PARTIALCHAIN
Add support for CURLSSLOPT_NO_PARTIALCHAIN in CURLOPT_PROXY_SSL_OPTIONS
and OS400 package spec.
Also I added the option to the NameValue list in the tool even though it
isn't exposed as a command-line option (...yet?). (NameValue stringizes
the option name for the curl cmd -> libcurl source generator)
Follow-up to 564d88a which added CURLSSLOPT_NO_PARTIALCHAIN.
Ref: https://github.com/curl/curl/pull/4655
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 9a44eae49..3f32b358d 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -760,6 +760,8 @@ d c X'0001' d CURLSSLOPT_NO_REVOKE... d c X'0002' + d CURLSSLOPT_NO_PARTIALCHAIN... + d c X'0004' * d CURL_HET_DEFAULT... d c 200 |