Change softoken password rounds to a more conservative number.

This commit is contained in:
Fedor 2019-08-01 03:18:18 +03:00
parent 7fba9d19af
commit 6efd685a17

View File

@ -36,9 +36,9 @@
const int NSS_DEFAULT_ITERATION_COUNT = const int NSS_DEFAULT_ITERATION_COUNT =
#ifdef DEBUG #ifdef DEBUG
1000 25
#else #else
60000 500
#endif #endif
; ;