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: cares-1_5_3~366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e58a3fd0aab4dee34f767462c807943196260da8;p=curl 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 1f20dc709..3af6bda5d 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.