From c535979126bb344420e6ce6654e050f6af6ae599 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 27 Oct 2015 19:32:46 +0000 Subject: [PATCH] remove errors Reviewed-by: Richard Levitte --- crypto/err/err_all.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index d79d9fb35b..6953b7915b 100644 --- a/crypto/err/err_all.c +++ b/crypto/err/err_all.c @@ -137,7 +137,6 @@ void ERR_load_crypto_strings(void) # endif # ifndef OPENSSL_NO_EC ERR_load_EC_strings(); - ERR_load_ECDSA_strings(); # endif /* skip ERR_load_SSL_strings() because it is not in this library */ ERR_load_BIO_strings(); -- 2.34.1