Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 344392
b: refs/heads/master
c: 0818904
h: refs/heads/master
v: v3
  • Loading branch information
Milan Broz authored and Herbert Xu committed Dec 6, 2012
1 parent ecb1a8c commit ecc5cce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6726ec4268d6bc41444177acb978ccd838658b38
refs/heads/master: 0818904d4057737e589cad0b9501b5a3c3bbc2cc
3 changes: 3 additions & 0 deletions trunk/crypto/testmgr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2113,6 +2113,7 @@ static const struct alg_test_desc alg_test_descs[] = {
}, {
.alg = "deflate",
.test = alg_test_comp,
.fips_allowed = 1,
.suite = {
.comp = {
.comp = {
Expand Down Expand Up @@ -2577,6 +2578,7 @@ static const struct alg_test_desc alg_test_descs[] = {
}, {
.alg = "lzo",
.test = alg_test_comp,
.fips_allowed = 1,
.suite = {
.comp = {
.comp = {
Expand Down Expand Up @@ -2944,6 +2946,7 @@ static const struct alg_test_desc alg_test_descs[] = {
}, {
.alg = "zlib",
.test = alg_test_pcomp,
.fips_allowed = 1,
.suite = {
.pcomp = {
.comp = {
Expand Down

0 comments on commit ecc5cce

Please sign in to comment.