diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 562463a77a7626a3b5047605e0d249ae5e5fb2b8..a223cf5f36269abeed4a30f71a31d8734b8a4427 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -5125,7 +5125,6 @@ static const struct alg_test_desc alg_test_descs[] = { }, { .alg = "ghash", .test = alg_test_hash, - .fips_allowed = 1, .suite = { .hash = __VECS(ghash_tv_template) }