aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-10-21 11:32:05 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-10-21 11:32:05 +0000
commit4e717cdb300adeff3b259b3619b29a944c2960a8 (patch)
treefd732f563641810d5009fe9b2dda55842a24d2ad /include
parent33acd6f041ad3f31a985da1cf54668d0e619535d (diff)
Armel Asselin separated CA cert verification problems from problems with
reading the (local) CA cert file to let users easier pinpoint the actual problem. CURLE_SSL_CACERT_BADFILE (77) is the new libcurl error code.
Diffstat (limited to 'include')
-rw-r--r--include/curl/curl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 548c7f848..36b52bb05 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -390,6 +390,8 @@ typedef enum {
CURLOPT_CONV_FROM_NETWORK_FUNCTION,
CURLOPT_CONV_TO_NETWORK_FUNCTION, and
CURLOPT_CONV_FROM_UTF8_FUNCTION */
+ CURLE_SSL_CACERT_BADFILE, /* 77 - could not load CACERT file, missing
+ or wrong format */
CURL_LAST /* never use! */
} CURLcode;