mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Issue #1467 - Part 4: Rename NSS_SQLSTORE to MOZ_SECURITY_SQLSTORE.
Rename the build config option accordingly.
This commit is contained in:
parent
ff29b77edc
commit
8778ddfc52
5 changed files with 15 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue