From 02eb87cc43d7ef6cb7f49b3f023a185d3549bfef Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Tue, 12 May 2020 02:34:54 +0300 Subject: gost_crypt: Add magma_cbc_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 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 : */ -- cgit v1.1