]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - gost_eng.c
gost_crypt: Add Gost28147_89_cnt_cipher
[openssl-gost/engine.git] / gost_eng.c
index 7997530a0475607a1b0a359a7937300bbcc6d5c3..2363239020ccdde2c1b3486997740ca0a3866f0a 100644 (file)
@@ -118,7 +118,8 @@ static struct gost_cipher_minfo {
     },
     {
         NID_gost89_cnt,
-        cipher_gost_cpacnt,
+        NULL,
+       &Gost28147_89_cnt_cipher,
     },
     {
         NID_gost89_cnt_12,
@@ -126,7 +127,8 @@ static struct gost_cipher_minfo {
     },
     {
         NID_gost89_cbc,
-        cipher_gost_cbc,
+        NULL,
+       &Gost28147_89_cbc_cipher,
     },
     {
         NID_grasshopper_ecb,