]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
test_ciphers: Enable Magma CBC test
authorVitaly Chikunov <vt@altlinux.org>
Sat, 9 May 2020 22:26:35 +0000 (01:26 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sun, 10 May 2020 14:11:21 +0000 (17:11 +0300)
Since it's fixed in previous commit.

test_ciphers.c

index 15c7511bfb1a101d6c2b6e90b40b829c329167b1..0cd5ae99bf381de5f25b6b8a792697bda405508b 100644 (file)
@@ -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 }
 };