aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2020-05-12 02:34:54 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2020-05-12 12:55:47 +0300
commit02eb87cc43d7ef6cb7f49b3f023a185d3549bfef (patch)
treead1030928e6fb015ca138e88e0f5105cbf4be2db /gost_lcl.h
parent2ed1909a235ade9dd9c99e9d2be4c32bca9a8396 (diff)
downloadgost-engine-02eb87cc43d7ef6cb7f49b3f023a185d3549bfef.zip
gost-engine-02eb87cc43d7ef6cb7f49b3f023a185d3549bfef.tar.gz
gost-engine-02eb87cc43d7ef6cb7f49b3f023a185d3549bfef.tar.bz2
gost_crypt: Add magma_cbc_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 1591614..e926d9a 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -348,5 +348,6 @@ extern GOST_cipher Gost28147_89_cnt_12_cipher;
extern GOST_cipher magma_ctr_cipher;
extern GOST_cipher magma_ctr_acpkm_cipher;
extern GOST_cipher magma_ctr_acpkm_omac_cipher;
+extern GOST_cipher magma_cbc_cipher;
#endif
/* vim: set expandtab cinoptions=\:0,l1,t0,g0,(0 sw=4 : */