From: Jay Satiro Date: Thu, 26 Dec 2019 21:20:11 +0000 (-0500) Subject: os400: Add missing CURLE error constants X-Git-Tag: curl-7_68_0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=779b415a2a7801b5702de4f6241bf2c3206ca8db;p=thirdparty%2Fcurl.git os400: Add missing CURLE error constants Bug: https://github.com/curl/curl/pull/4754#issuecomment-569126922 Reported-by: Emil Engler --- diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index 3f32b358dd..4e34de1623 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...