summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/testmgr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index a73455b543ad..17f57f277e58 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -2740,6 +2740,7 @@ static const struct alg_test_desc alg_test_descs[] = {
2740 }, { 2740 }, {
2741 .alg = "crc32", 2741 .alg = "crc32",
2742 .test = alg_test_hash, 2742 .test = alg_test_hash,
2743 .fips_allowed = 1,
2743 .suite = { 2744 .suite = {
2744 .hash = __VECS(crc32_tv_template) 2745 .hash = __VECS(crc32_tv_template)
2745 } 2746 }