From fd5447e7fca18868178b225de76b49bf3dce90c6 Mon Sep 17 00:00:00 2001 From: Dmitry Belyavskiy Date: Sat, 9 May 2020 20:20:22 +0300 Subject: Error regeneration --- e_gost_err.c | 1 + 1 file changed, 1 insertion(+) (limited to 'e_gost_err.c') diff --git a/e_gost_err.c b/e_gost_err.c index dc99add..ed08b9e 100644 --- a/e_gost_err.c +++ b/e_gost_err.c @@ -39,6 +39,7 @@ static ERR_STRING_DATA GOST_str_functs[] = { {ERR_PACK(0, GOST_F_GOST_EC_KEYGEN, 0), "gost_ec_keygen"}, {ERR_PACK(0, GOST_F_GOST_EC_SIGN, 0), "gost_ec_sign"}, {ERR_PACK(0, GOST_F_GOST_EC_VERIFY, 0), "gost_ec_verify"}, + {ERR_PACK(0, GOST_F_GOST_ENCODE_CMS_PARAMS, 0), "gost_encode_cms_params"}, {ERR_PACK(0, GOST_F_GOST_GRASSHOPPER_CIPHER_CTL, 0), "gost_grasshopper_cipher_ctl"}, {ERR_PACK(0, GOST_F_GOST_GRASSHOPPER_CIPHER_DO_CTRACPKM_OMAC, 0), -- cgit v1.1