aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2020-05-12 02:32:00 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2020-05-12 12:55:47 +0300
commit2ed1909a235ade9dd9c99e9d2be4c32bca9a8396 (patch)
tree0b287484f72a2337caab2b8a17ed997a42e2649a /gost_lcl.h
parent8c6ae96842b988786343a3d0a486d5f62a2a0e3f (diff)
downloadgost-engine-2ed1909a235ade9dd9c99e9d2be4c32bca9a8396.zip
gost-engine-2ed1909a235ade9dd9c99e9d2be4c32bca9a8396.tar.gz
gost-engine-2ed1909a235ade9dd9c99e9d2be4c32bca9a8396.tar.bz2
gost_crypt: Add magma_ctr_acpkm_omac_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 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 : */