aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 37b4c0718994..edf4a0818773 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -2113,6 +2113,7 @@ static const struct alg_test_desc alg_test_descs[] = {
2113 }, { 2113 }, {
2114 .alg = "deflate", 2114 .alg = "deflate",
2115 .test = alg_test_comp, 2115 .test = alg_test_comp,
2116 .fips_allowed = 1,
2116 .suite = { 2117 .suite = {
2117 .comp = { 2118 .comp = {
2118 .comp = { 2119 .comp = {
@@ -2577,6 +2578,7 @@ static const struct alg_test_desc alg_test_descs[] = {
2577 }, { 2578 }, {
2578 .alg = "lzo", 2579 .alg = "lzo",
2579 .test = alg_test_comp, 2580 .test = alg_test_comp,
2581 .fips_allowed = 1,
2580 .suite = { 2582 .suite = {
2581 .comp = { 2583 .comp = {
2582 .comp = { 2584 .comp = {
@@ -2944,6 +2946,7 @@ static const struct alg_test_desc alg_test_descs[] = {
2944 }, { 2946 }, {
2945 .alg = "zlib", 2947 .alg = "zlib",
2946 .test = alg_test_pcomp, 2948 .test = alg_test_pcomp,
2949 .fips_allowed = 1,
2947 .suite = { 2950 .suite = {
2948 .pcomp = { 2951 .pcomp = {
2949 .comp = { 2952 .comp = {