Issue #1467 - Part 4: Rename NSS_SQLSTORE to MOZ_SECURITY_SQLSTORE.

Rename the build config option accordingly.
This commit is contained in:
wolfbeast 2020-03-19 23:01:29 +01:00 committed by Roy Tam
commit 8778ddfc52
5 changed files with 15 additions and 15 deletions

View file

@ -2794,7 +2794,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