From 6a6eb7a4aa04e46b69be4e5536d2fa0a839b4f0c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 18 May 2016 21:11:42 +0200 Subject: [PATCH] Cleanup openssl.ec STORE doesn't exist for now HMAC doesn't have any error codes Reviewed-by: Rich Salz --- crypto/err/openssl.ec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crypto/err/openssl.ec b/crypto/err/openssl.ec index a969d7a290..6e18e7d4c2 100644 --- a/crypto/err/openssl.ec +++ b/crypto/err/openssl.ec @@ -28,9 +28,8 @@ L ENGINE include/openssl/engine.h crypto/engine/eng_err.c L OCSP include/openssl/ocsp.h crypto/ocsp/ocsp_err.c L UI include/openssl/ui.h crypto/ui/ui_err.c L COMP include/openssl/comp.h crypto/comp/comp_err.c -L STORE include/openssl/store.h crypto/store/str_err.c L TS include/openssl/ts.h crypto/ts/ts_err.c -L HMAC include/openssl/hmac.h crypto/hmac/hmac_err.c +#L HMAC include/openssl/hmac.h crypto/hmac/hmac_err.c L CMS include/openssl/cms.h crypto/cms/cms_err.c L FIPS include/openssl/fips.h crypto/fips_err.h L CT include/openssl/ct.h crypto/ct/ct_err.c -- 2.34.1