From 62690c6acff96ad504241cf459b98993cdc80422 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 8 Dec 2015 23:59:40 +0000 Subject: [PATCH] remove ecdsa.h header references. Reviewed-by: Richard Levitte --- crypto/err/err_all.c | 3 --- engines/ccgost/gost2001.c | 2 +- 2 files changed, 1 insertion(+), 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 #endif -#ifndef OPENSSL_NO_EC -# include -#endif #include #include #include 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 #include -#include +#include #include #include "e_gost_err.h" #ifdef DEBUG_SIGN -- GitLab