]> granicus.if.org Git - curl/commitdiff
Removed reference to curl-ca-bundle.crt in the host verification failure
authorDan Fandrich <dan@coneharvesters.com>
Wed, 17 Sep 2008 17:33:23 +0000 (17:33 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 17 Sep 2008 17:33:23 +0000 (17:33 +0000)
error message.

CHANGES
src/main.c

diff --git a/CHANGES b/CHANGES
index e5f94734b27b7478ba3ca959d129d82988075409..8e9d57da69cfa7c2d11775266126fa51f2bc3637 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
 
                                   Changelog
 
+Daniel Fandrich (17 Sep 2008)
+- Removed reference to curl-ca-bundle.crt in the host verification failure
+  error message.
+
 Yang Tse (14 Sep 2008)
 - Improve configure detection of strcasecmp(), strcasestr(), strcmpi(),
   stricmp(), strlcat(), strncasecmp(), strncmpi() and strnicmp().
index c19d67f40658cd695b2ddad9931d409a9491c6f6..a85b16d6dd76c0020517c018610552feb52bf917 100644 (file)
@@ -4942,8 +4942,8 @@ show_error:
 #define CURL_CA_CERT_ERRORMSG1 \
 "More details here: http://curl.haxx.se/docs/sslcerts.html\n\n" \
 "curl performs SSL certificate verification by default, using a \"bundle\"\n" \
-" of Certificate Authority (CA) public keys (CA certs). The default\n" \
-" bundle is named curl-ca-bundle.crt; you can specify an alternate file\n" \
+" of Certificate Authority (CA) public keys (CA certs). If the default\n" \
+" bundle file isn't adequate, you can specify an alternate file\n" \
 " using the --cacert option.\n"
 
 #define CURL_CA_CERT_ERRORMSG2 \