Replace CA file.

This commit is contained in:
Shyotl
2018-08-10 18:16:48 -05:00
parent eb747e2304
commit 369a3ed909
4 changed files with 14407 additions and 3901 deletions

View File

@@ -217,7 +217,7 @@ void LLDir_Win32::initAppDirs(const std::string &app_name,
}
}
mCAFile = getExpandedFilename(LL_PATH_APP_SETTINGS, "CA.pem");
mCAFile = getExpandedFilename(LL_PATH_APP_SETTINGS, "ca-bundle.crt");
}
U32 LLDir_Win32::countFilesInDir(const std::string &dirname, const std::string &mask)