diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-09-17 17:33:23 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-09-17 17:33:23 +0000 |
commit | df725aade20c6d2d43106fc7b99fea9be613891d (patch) | |
tree | 0b576464585b9bf8e35350b681b0d9a8f605bf45 /src | |
parent | d84440d53b70923f6d201f6a17c26814e45f160e (diff) |
Removed reference to curl-ca-bundle.crt in the host verification failure
error message.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c index c19d67f40..a85b16d6d 100644 --- a/src/main.c +++ b/src/main.c @@ -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 \ |