diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2019-12-26 16:20:11 -0500 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2019-12-26 16:20:11 -0500 |
commit | 779b415a2a7801b5702de4f6241bf2c3206ca8db (patch) | |
tree | 3f7c8fa3d3add10320c427ac8dab9042d6719f3e /packages/OS400 | |
parent | 97934a2f7129d286bf57c90cd2394a5c48dd1fa8 (diff) | |
download | curl-779b415a2a7801b5702de4f6241bf2c3206ca8db.tar.gz |
os400: Add missing CURLE error constants
Bug: https://github.com/curl/curl/pull/4754#issuecomment-569126922
Reported-by: Emil Engler
Diffstat (limited to 'packages/OS400')
-rw-r--r-- | packages/OS400/curl.inc.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index 3f32b358d..4e34de162 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -596,6 +596,12 @@ d c 91 d CURLE_HTTP2_STREAM... d c 92 + d CURLE_RECURSIVE_API_CALL... + d c 93 + d CURLE_AUTH_ERROR... + d c 94 + d CURLE_HTTP3... + d c 95 * /if not defined(CURL_NO_OLDIES) d CURLE_URL_MALFORMAT_USER... |