os400: Add missing CURLE error constants

Bug: https://github.com/curl/curl/pull/4754#issuecomment-569126922
Reported-by: Emil Engler
This commit is contained in:
Jay Satiro 2019-12-26 16:20:11 -05:00
parent 97934a2f71
commit 779b415a2a
1 changed files with 6 additions and 0 deletions

View File

@ -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...