diff options
author | Patrick Monnerat <patrick@monnerat.net> | 2018-01-13 01:20:40 +0100 |
---|---|---|
committer | Patrick Monnerat <patrick@monnerat.net> | 2018-01-13 01:28:19 +0100 |
commit | 3b548ffde9f0ea85dd320ae6af23a2e3fdbb6d29 (patch) | |
tree | feb740bc67a87e444e4212fbdbf505db0e486dae /packages/OS400/curl.inc.in | |
parent | fa3dbb9a147488a2943bda809c66fc497efe06cb (diff) | |
download | curl-3b548ffde9f0ea85dd320ae6af23a2e3fdbb6d29.tar.gz |
setopt: reintroduce non-static Curl_vsetopt() for OS400 support
This also upgrades ILE/RPG bindings with latest setopt options.
Reported-By: jonrumsey on github
Fixes #2230
Closes #2233
Diffstat (limited to 'packages/OS400/curl.inc.in')
-rw-r--r-- | packages/OS400/curl.inc.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index ff5e28eec..03603e290 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2018, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -1314,8 +1314,14 @@ d c 10264 d CURLOPT_SUPPRESS_CONNECT_HEADERS... d c 00265 + d CURLOPT_REQUEST_TARGET... + d c 10266 + d CURLOPT_SOCKS5_AUTH... + d c 00267 d CURLOPT_SSH_COMPRESSION... d c 00268 + d CURLOPT_MIMEPOST... + d c 10269 * /if not defined(CURL_NO_OLDIES) d CURLOPT_FILE c 10001 |