diff --git a/crypto/testmgr.c b/crypto/testmgr.c index a73455b543ad819dab4c462816b44b845be8ea17..17f57f277e58c5926601a2dcf51674d9b0db963b 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -2740,6 +2740,7 @@ static const struct alg_test_desc alg_test_descs[] = { }, { .alg = "crc32", .test = alg_test_hash, + .fips_allowed = 1, .suite = { .hash = __VECS(crc32_tv_template) }