summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crypto/err/err_all.c3
-rw-r--r--engines/ccgost/gost2001.c2
2 files changed, 1 insertions, 4 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>
diff --git a/engines/ccgost/gost2001.c b/engines/ccgost/gost2001.c
index 985795ed7c..b47d832c6d 100644
--- a/engines/ccgost/gost2001.c
+++ b/engines/ccgost/gost2001.c
@@ -9,7 +9,7 @@
#include "gost_lcl.h"
#include <string.h>
#include <openssl/rand.h>
-#include <openssl/ecdsa.h>
+#include <openssl/ec.h>
#include <openssl/err.h>
#include "e_gost_err.h"
#ifdef DEBUG_SIGN