update CA file name in one place I missed

meow-7.2.2
Oz Linden 2016-07-28 14:05:38 -04:00
parent 2be32eedb5
commit ac10109dfa
1 changed files with 1 additions and 1 deletions

View File

@ -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)