aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-10-27 19:32:46 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-12-09 22:09:19 +0000
commitc535979126bb344420e6ce6654e050f6af6ae599 (patch)
treea4eb0150ad9d93f5135d771dc8dee9bf0682810f /crypto/err
parentf84f31fc36e1e4e0e647661b8ac410ee97ce77ce (diff)
downloadopenssl-c535979126bb344420e6ce6654e050f6af6ae599.tar.gz
remove errors
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/err')
-rw-r--r--crypto/err/err_all.c1
1 files changed, 0 insertions, 1 deletions
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();