aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 84937ceb4bd8..512ebf697f7e 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -2812,6 +2812,7 @@ static const struct alg_test_desc alg_test_descs[] = {
2812 }, { 2812 }, {
2813 .alg = "cts(cbc(aes))", 2813 .alg = "cts(cbc(aes))",
2814 .test = alg_test_skcipher, 2814 .test = alg_test_skcipher,
2815 .fips_allowed = 1,
2815 .suite = { 2816 .suite = {
2816 .cipher = __VECS(cts_mode_tv_template) 2817 .cipher = __VECS(cts_mode_tv_template)
2817 } 2818 }