aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
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_lcl.h
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_lcl.h')
-rw-r--r--gost_lcl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gost_lcl.h b/gost_lcl.h
index 0369f82..29ab7a9 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -345,5 +345,6 @@ extern GOST_cipher Gost28147_89_cipher;
extern GOST_cipher Gost28147_89_cbc_cipher;
extern GOST_cipher Gost28147_89_cnt_cipher;
extern GOST_cipher Gost28147_89_cnt_12_cipher;
+extern GOST_cipher magma_ctr_cipher;
#endif
/* vim: set expandtab cinoptions=\:0,l1,t0,g0,(0 sw=4 : */