summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2016-07-28 14:05:38 -0400
committerOz Linden <oz@lindenlab.com>2016-07-28 14:05:38 -0400
commitac10109dfa2f014dcc1992cda413ef58759f3448 (patch)
tree60550fb1532dabc082d61e72053133848d0c0206 /indra
parent2be32eedb57a9ec33b2ac476776c88d5c0169a31 (diff)
update CA file name in one place I missed
Diffstat (limited to 'indra')
-rw-r--r--indra/llvfs/lldir_win32.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_win32.cpp b/indra/llvfs/lldir_win32.cpp
index ebc8fdca33..46f946d08a 100644
--- a/indra/llvfs/lldir_win32.cpp
+++ b/indra/llvfs/lldir_win32.cpp
@@ -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)