diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_operate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c index 6010a952f..92683ae92 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -2418,7 +2418,7 @@ static CURLcode transfer_per_config(struct GlobalConfig *global, "curl-ca-bundle.crt"); #if defined(USE_WIN32_CRYPTO) if(!config->cacert && !config->capath) { - /* user, and environement did not specify any ca file or path + /* user, and environment did not specify any ca file or path and there is no "curl-ca-bundle.crt" file in standard path so the only possible solution is using the windows ca store */ config->native_ca_store = TRUE; |