summaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2015-07-08 19:17:34 -0400
committerHerbert Xu <herbert@gondor.apana.org.au>2015-07-14 02:56:48 -0400
commit3f31a740c42e07f81bed8178c8ac1c7936ed6993 (patch)
tree457f27b908df02da465d1cc6205361098e062837 /crypto/testmgr.c
parent46218750d5230abd86c2b054aa9b8cb74b23413e (diff)
crypto: testmgr - Reenable rfc4106 test
Now that all implementations of rfc4106 have been converted we can reenable the test. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/testmgr.c')
-rw-r--r--crypto/testmgr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/testmgr.c b/crypto/testmgr.c
index c4fe6a8068f5..d0a42bd3aae9 100644
--- a/crypto/testmgr.c
+++ b/crypto/testmgr.c
@@ -3492,7 +3492,7 @@ static const struct alg_test_desc alg_test_descs[] = {
3492 } 3492 }
3493 } 3493 }
3494 }, { 3494 }, {
3495 .alg = "rfc4106(gcm(aes))-disabled", 3495 .alg = "rfc4106(gcm(aes))",
3496 .test = alg_test_aead, 3496 .test = alg_test_aead,
3497 .fips_allowed = 1, 3497 .fips_allowed = 1,
3498 .suite = { 3498 .suite = {