From 3acdb02cede3259cb77b71368c8c581b1734c127 Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Sun, 10 May 2020 01:26:35 +0300 Subject: [PATCH] test_ciphers: Enable Magma CBC test Since it's fixed in previous commit. --- test_ciphers.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_ciphers.c b/test_ciphers.c index 15c7511..0cd5ae9 100644 --- a/test_ciphers.c +++ b/test_ciphers.c @@ -276,7 +276,6 @@ static struct testcase { .iv = iv_ctr, .iv_size = sizeof(iv_ctr) / 2, }, -#if 0 { .nid = NID_magma_cbc, .block = 8, @@ -287,7 +286,6 @@ static struct testcase { .iv = iv_cbc, .iv_size = sizeof(iv_cbc), }, -#endif { 0 } }; -- 2.39.2