aboutsummaryrefslogtreecommitdiff
path: root/gost_lcl.h
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2020-05-13 01:55:49 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2020-05-13 20:12:23 +0300
commit522de4bf0a1f1d14228034568dc6a3e74e2ffb08 (patch)
treedc48d65f115082f763bf182928acc3408a4e3105 /gost_lcl.h
parent18fd03a780b6f71305bb4af7ae8d74b9bc40293e (diff)
downloadgost-engine-522de4bf0a1f1d14228034568dc6a3e74e2ffb08.zip
gost-engine-522de4bf0a1f1d14228034568dc6a3e74e2ffb08.tar.gz
gost-engine-522de4bf0a1f1d14228034568dc6a3e74e2ffb08.tar.bz2
gost_md: Rework alias support in digest registration
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 d2d2e79..d00955a 100644
--- a/gost_lcl.h
+++ b/gost_lcl.h
@@ -363,6 +363,7 @@ extern GOST_cipher kuznyechik_kexp15_cipher;
struct gost_digest_st {
struct gost_digest_st *template;
int nid;
+ const char *alias;
EVP_MD *digest;
int result_size;
int input_blocksize;