aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2020-05-12 02:16:25 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2020-05-12 12:55:47 +0300
commit96c69fa1d20a9d7b9c025364239b77ca0fa6763e (patch)
tree03d30a289a996a14d22da2b478a7057bf6d8a63f /gost_lcl.h
parent499aa8754cf2200d7c83dfea16e7602c9c60d673 (diff)
downloadgost-engine-96c69fa1d20a9d7b9c025364239b77ca0fa6763e.zip
gost-engine-96c69fa1d20a9d7b9c025364239b77ca0fa6763e.tar.gz
gost-engine-96c69fa1d20a9d7b9c025364239b77ca0fa6763e.tar.bz2
gost_crypt: Add Gost28147_89_cnt_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 9c2126e..e117f9f 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -343,5 +343,6 @@ void GOST_deinit_cipher(GOST_cipher *c);
extern GOST_cipher Gost28147_89_cipher;
extern GOST_cipher Gost28147_89_cbc_cipher;
+extern GOST_cipher Gost28147_89_cnt_cipher;
#endif
/* vim: set expandtab cinoptions=\:0,l1,t0,g0,(0 sw=4 : */