From: Daniel Stenberg Date: Fri, 11 Jul 2008 10:50:30 +0000 (+0000) Subject: document the exit codes 82 and 83 that are new in 7.19.0 X-Git-Tag: curl-7_19_0~378 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e58a3fd0aab4dee34f767462c807943196260da8;p=thirdparty%2Fcurl.git document the exit codes 82 and 83 that are new in 7.19.0 --- diff --git a/docs/curl.1 b/docs/curl.1 index 1f20dc7091..3af6bda5dd 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -1556,6 +1556,10 @@ The resource referenced in the URL does not exist An unspecified error occurred during the SSH session .IP 80 Failed to shut down the SSL connection +.IP 82 +Could not load CRL file, missing or wrong format (added in 7.19.0) +.IP 83 +Issuer check failed (added in 7.19.0) .IP XX There will appear more error codes here in future releases. The existing ones are meant to never change.