From: Vitaly Chikunov Date: Sat, 9 May 2020 22:26:35 +0000 (+0300) Subject: test_ciphers: Enable Magma CBC test X-Git-Tag: v3.0.0~122^2 X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=3acdb02cede3259cb77b71368c8c581b1734c127;p=openssl-gost%2Fengine.git test_ciphers: Enable Magma CBC test Since it's fixed in previous commit. --- 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 } };