Skip to content
Snippets Groups Projects
Commit ac10109d authored by Oz Linden's avatar Oz Linden
Browse files

update CA file name in one place I missed

parent 2be32eed
No related branches found
No related tags found
No related merge requests found
...@@ -210,7 +210,7 @@ void LLDir_Win32::initAppDirs(const std::string &app_name, ...@@ -210,7 +210,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) U32 LLDir_Win32::countFilesInDir(const std::string &dirname, const std::string &mask)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment