aboutsummaryrefslogtreecommitdiff
path: root/gost_eng.c
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2020-05-12 02:23:34 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2020-05-12 12:55:47 +0300
commitdd729962f235830a3413f241d321468b1bbd0dab (patch)
tree2c3a93d0115bf8838c9655c700c0902b6a7b655f /gost_eng.c
parentac616531eb3a22e7926fe0f01c11e1631923b261 (diff)
downloadgost-engine-dd729962f235830a3413f241d321468b1bbd0dab.zip
gost-engine-dd729962f235830a3413f241d321468b1bbd0dab.tar.gz
gost-engine-dd729962f235830a3413f241d321468b1bbd0dab.tar.bz2
gost_crypt: Add magma_ctr_cipher
Diffstat (limited to 'gost_eng.c')
-rw-r--r--gost_eng.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gost_eng.c b/gost_eng.c
index fb71d3b..d129ed2 100644
--- a/gost_eng.c
+++ b/gost_eng.c
@@ -157,7 +157,8 @@ static struct gost_cipher_minfo {
},
{
NID_magma_ctr,
- cipher_magma_ctr,
+ NULL,
+ &magma_ctr_cipher,
},
{
NID_magma_ctr_acpkm,