aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/err/err_all.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-12-08 23:59:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-12-09 22:09:19 +0000
commit62690c6acff96ad504241cf459b98993cdc80422 (patch)
tree34806e88eda9dd3a9fe70599f208cc3fc21beec0 /crypto/err/err_all.c
parentf8d7d2d6dfeb64f6747dbf7dfec863cc8a16aee5 (diff)
downloadopenssl-62690c6acff96ad504241cf459b98993cdc80422.tar.gz
remove ecdsa.h header references.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/err/err_all.c')
-rw-r--r--crypto/err/err_all.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c
index 6953b7915b..6de9c214b5 100644
--- a/crypto/err/err_all.c
+++ b/crypto/err/err_all.c
@@ -76,9 +76,6 @@
#ifndef OPENSSL_NO_DSA
# include <openssl/dsa.h>
#endif
-#ifndef OPENSSL_NO_EC
-# include <openssl/ecdsa.h>
-#endif
#include <openssl/evp.h>
#include <openssl/objects.h>
#include <openssl/pem2.h>