Kevin Roth's patch that checks for the CA cert file at two more places if the
authorDaniel Stenberg <daniel@haxx.se>
Mon, 28 Oct 2002 19:49:58 +0000 (19:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 Oct 2002 19:49:58 +0000 (19:49 +0000)
commit163bba1410d46110dbe209c70feb855145c9eead
tree36608ef7e84f6eca5b1132cc4713acda73dce148
parentdb1c618fcf120cfb34275c669a77eb3962b4e817
Kevin Roth's patch that checks for the CA cert file at two more places if the
--cacert option is not used.

1. An environment variable named CURL_CA_BUNDLE may contain the full file
name to the file.

2. On Windows, the cert file may be named curl-ca-bundle.crt and put in the
same dir as curl is located (or the CWD) and curl will then use that file
instead.
src/main.c