update CA file name in one place I missed
parent
2be32eedb5
commit
ac10109dfa
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue