From 435dd96090410a7aa6e965aef4a19f973a8044ba Mon Sep 17 00:00:00 2001 From: Franck LENORMAND Date: Thu, 20 Sep 2018 10:16:41 +0200 Subject: MLK-19365: Revert "crypto: testmgr - Disable rfc4543 test" The reverted commits was disabling some code because it was not compatible. Now it is. This reverts commit 2570172aabd1962b953625283587541424f7b6a4. Signed-off-by: Franck LENORMAND --- crypto/testmgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/testmgr.c b/crypto/testmgr.c index 65d0648c44fc..5b20f321adb0 100644 --- a/crypto/testmgr.c +++ b/crypto/testmgr.c @@ -3373,7 +3373,7 @@ static const struct alg_test_desc alg_test_descs[] = { } } }, { - .alg = "rfc4543(gcm(aes))-disabled", + .alg = "rfc4543(gcm(aes))", .test = alg_test_aead, .suite = { .aead = { -- cgit v1.2.3