aboutsummaryrefslogtreecommitdiffstats
path: root/brillo/cryptohome.cc
diff options
context:
space:
mode:
Diffstat (limited to 'brillo/cryptohome.cc')
-rw-r--r--brillo/cryptohome.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/brillo/cryptohome.cc b/brillo/cryptohome.cc
index 88e4739..a82356e 100644
--- a/brillo/cryptohome.cc
+++ b/brillo/cryptohome.cc
@@ -41,7 +41,7 @@ static char g_system_salt_path[PATH_MAX] = "/home/.shadow/salt";
static std::string* salt = nullptr;
-static bool EnsureSystemSaltIsLoaded() {
+bool EnsureSystemSaltIsLoaded() {
if (salt && !salt->empty())
return true;
FilePath salt_path(g_system_salt_path);