diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-19 23:01:29 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-19 23:01:29 +0100 |
commit | 6f1d8fcce1f064447ccf778ea9925efae95bb5fc (patch) | |
tree | 0aa73b5f88db2ac0fc6698076606f67b192997a3 /toolkit | |
parent | 6cbe27d1498666c410a3df1fe81b725f9a4056a0 (diff) | |
download | uxp-6f1d8fcce1f064447ccf778ea9925efae95bb5fc.tar.gz |
Issue #1467 - Part 4: Rename NSS_SQLSTORE to MOZ_SECURITY_SQLSTORE.
Rename the build config option accordingly.
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/xre/nsAppRunner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp index 1f3615a6a2..55072c474a 100644 --- a/toolkit/xre/nsAppRunner.cpp +++ b/toolkit/xre/nsAppRunner.cpp @@ -2792,7 +2792,7 @@ XREMain::XRE_mainInit(bool* aExitFlag) // Reduce the number of rounds for debug builds for perf/test reasons. SaveToEnv("NSS_MAX_MP_PBE_ITERATION_COUNT=15"); #else -#ifdef NSS_SQLSTORE +#ifdef MOZ_SECURITY_SQLSTORE // We're using SQL; NSS's defaults for rounds are fine. #else // Set default Master Password rounds to a sane value for DBM which is slower |