aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorJussi Kivilinna <jussi.kivilinna@mbnet.fi>2012-11-13 11:47:32 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2012-12-06 17:16:27 +0800
commit4e84c1792d544f525ebfd207acebf53e57a57d61 (patch)
treec7ea12a5da6e6744f379693022427181fb38d7e3 /crypto
parentcrypto: cast5/cast6 - move lookup tables to shared module (diff)
downloadlinux-dev-4e84c1792d544f525ebfd207acebf53e57a57d61.tar.xz
linux-dev-4e84c1792d544f525ebfd207acebf53e57a57d61.zip
crypto: testmgr - remove fips_allowed flag from camellia-aesni null-tests
Remove incorrect fips_allowed from camellia null-test entries. Caused by incorrect copy-paste of aes-aesni null-tests into camellia-aesni null-tests. Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi> Acked-by: David S. Miller <davem@davemloft.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/testmgr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index 3933241708c2..b8695bfd6606 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -2175,7 +2175,6 @@ static const struct alg_test_desc alg_test_descs[] = {
}, {
.alg = "cryptd(__driver-cbc-camellia-aesni)",
.test = alg_test_null,
- .fips_allowed = 1,
.suite = {
.cipher = {
.enc = {
@@ -2207,7 +2206,6 @@ static const struct alg_test_desc alg_test_descs[] = {
}, {
.alg = "cryptd(__driver-ecb-camellia-aesni)",
.test = alg_test_null,
- .fips_allowed = 1,
.suite = {
.cipher = {
.enc = {