Skip to content

Commit 3f31a74

Browse files
committed
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>
1 parent 4621875 commit 3f31a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/testmgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3492,7 +3492,7 @@ static const struct alg_test_desc alg_test_descs[] = {
34923492
}
34933493
}
34943494
}, {
3495-
.alg = "rfc4106(gcm(aes))-disabled",
3495+
.alg = "rfc4106(gcm(aes))",
34963496
.test = alg_test_aead,
34973497
.fips_allowed = 1,
34983498
.suite = {

0 commit comments

Comments
 (0)