summaryrefslogtreecommitdiffstats
path: root/crypto/err/err_all.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-10-22 18:59:32 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-12-09 22:09:17 +0000
commitfe74cc04322077ecf0ed6a24121c5969106ce21b (patch)
tree08c289854b8c62d8011c074c57fc7a7badbfc787 /crypto/err/err_all.c
parentd3bcab845e3cae7e97500c9ae5d380ff16f1fedc (diff)
remove ECDH error loading
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/err/err_all.c')
-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 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();