aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2020-05-12 02:27:45 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2020-05-12 12:55:47 +0300
commit8c6ae96842b988786343a3d0a486d5f62a2a0e3f (patch)
tree31d897cfdd72ef5476b830488acc2e4e7c9befc1 /gost_lcl.h
parentdd729962f235830a3413f241d321468b1bbd0dab (diff)
downloadgost-engine-8c6ae96842b988786343a3d0a486d5f62a2a0e3f.zip
gost-engine-8c6ae96842b988786343a3d0a486d5f62a2a0e3f.tar.gz
gost-engine-8c6ae96842b988786343a3d0a486d5f62a2a0e3f.tar.bz2
gost_crypt: Add magma_ctr_acpkm_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 29ab7a9..a271ae2 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -346,5 +346,6 @@ extern GOST_cipher Gost28147_89_cbc_cipher;
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;
#endif
/* vim: set expandtab cinoptions=\:0,l1,t0,g0,(0 sw=4 : */