From e58a3fd0aab4dee34f767462c807943196260da8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 11 Jul 2008 10:50:30 +0000 Subject: [PATCH] document the exit codes 82 and 83 that are new in 7.19.0 --- docs/curl.1 | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.50.1