diff --git a/crypto/err/err_all.c b/crypto/err/err_all.c index 6953b7915b7d4c75fe359d1826605b25298ffffa..6de9c214b5f22f2843d7045d13e0931f271c9a38 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 985795ed7cd6f946c515a7066d5c87d028bfb813..b47d832c6d504e28579ddd46c7164f5537373fce 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