aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err/err_all.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-10-22 19:02:49 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-12-09 22:09:18 +0000
commit30243c9523057a4f2d3cf57cc9206d87c2a54dfa (patch)
tree72032df9b2f115b3c48f44c779a8b2c50c980fc3 /crypto/err/err_all.c
parentfe74cc04322077ecf0ed6a24121c5969106ce21b (diff)
downloadopenssl-30243c9523057a4f2d3cf57cc9206d87c2a54dfa.tar.gz
remove ecdh.h header
Remove redundant ecdh.h header and any references to it. 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 c64e52c31a..d79d9fb35b 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -78,7 +78,6 @@
#endif
#ifndef OPENSSL_NO_EC
# include <openssl/ecdsa.h>
-# include <openssl/ecdh.h>
#endif
#include <openssl/evp.h>
#include <openssl/objects.h>