From fe74cc04322077ecf0ed6a24121c5969106ce21b Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Thu, 22 Oct 2015 18:59:32 +0100 Subject: [PATCH] remove ECDH error loading Reviewed-by: Richard Levitte --- crypto/err/err_all.c | 1 - crypto/err/openssl.ec | 1 - 2 files changed, 2 deletions(-) diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index baf76e7e26..c64e52c31a 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -139,7 +139,6 @@ void ERR_load_crypto_strings(void) # ifndef OPENSSL_NO_EC ERR_load_EC_strings(); ERR_load_ECDSA_strings(); - ERR_load_ECDH_strings(); # endif /* skip ERR_load_SSL_strings() because it is not in this library */ ERR_load_BIO_strings(); diff --git a/crypto/err/openssl.ec b/crypto/err/openssl.ec index 0d308a9ad9..2eb6240afc 100644 --- a/crypto/err/openssl.ec +++ b/crypto/err/openssl.ec @@ -29,7 +29,6 @@ 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 ECDSA include/openssl/ecdsa.h crypto/ecdsa/ecs_err.c -L ECDH include/openssl/ecdh.h crypto/ecdh/ech_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 -- 2.25.1