From 96c69fa1d20a9d7b9c025364239b77ca0fa6763e Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Tue, 12 May 2020 02:16:25 +0300 Subject: gost_crypt: Add Gost28147_89_cnt_cipher --- gost_lcl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gost_lcl.h') 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 : */ -- cgit v1.1