From 2ed1909a235ade9dd9c99e9d2be4c32bca9a8396 Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Tue, 12 May 2020 02:32:00 +0300 Subject: gost_crypt: Add magma_ctr_acpkm_omac_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 a271ae2..1591614 100644 --- a/gost_lcl.h +++ b/gost_lcl.h @@ -347,5 +347,6 @@ extern GOST_cipher Gost28147_89_cnt_cipher; 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; #endif /* vim: set expandtab cinoptions=\:0,l1,t0,g0,(0 sw=4 : */ -- cgit v1.1