diff options
author | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-03-19 23:01:29 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 13:12:08 +0200 |
commit | 09655ad6d8d8afe07c5aac4da6d5f3cf0f95e709 (patch) | |
tree | 2061a349d7ef66d4e8a382f71ded0d5e11d2b0cb /toolkit/xre/nsAppRunner.cpp | |
parent | 4fd0b98c2c67468dbb8b72b4389c4b1b8390e5ff (diff) | |
download | uxp-09655ad6d8d8afe07c5aac4da6d5f3cf0f95e709.tar.gz |
Issue #1467 - Part 4: Rename NSS_SQLSTORE to MOZ_SECURITY_SQLSTORE.
Rename the build config option accordingly.
Diffstat (limited to 'toolkit/xre/nsAppRunner.cpp')
-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 |