diff --git a/tests/api-test-2.c b/tests/api-test-2.c index a5dc095a..fe7363e1 100644 --- a/tests/api-test-2.c +++ b/tests/api-test-2.c @@ -2560,7 +2560,7 @@ static void Pbkdf(void) .size = 0 }; struct crypt_params_luks1 luks1 = { - .hash = "whirlpool", // test non-standard hash + .hash = "sha512", // test non-standard hash .data_alignment = 2048, };