From 522de4bf0a1f1d14228034568dc6a3e74e2ffb08 Mon Sep 17 00:00:00 2001 From: Vitaly Chikunov Date: Wed, 13 May 2020 01:55:49 +0300 Subject: gost_md: Rework alias support in digest registration --- 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 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; -- cgit v1.1