summaryrefslogtreecommitdiffstats
path: root/tests/test-crypto-pbkdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-crypto-pbkdf.c')
-rw-r--r--tests/test-crypto-pbkdf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-crypto-pbkdf.c b/tests/test-crypto-pbkdf.c
index 8ceceb1827..a651dc50a3 100644
--- a/tests/test-crypto-pbkdf.c
+++ b/tests/test-crypto-pbkdf.c
@@ -358,6 +358,7 @@ static void test_pbkdf_timing(void)
iters = qcrypto_pbkdf2_count_iters(QCRYPTO_HASH_ALG_SHA256,
key, sizeof(key),
salt, sizeof(salt),
+ 32,
&error_abort);
g_assert(iters >= (1 << 15));