From: Dr. Stephen Henson Date: Mon, 21 Feb 2011 17:35:53 +0000 (+0000) Subject: Remove unnecessary dependencies. X-Git-Tag: OpenSSL-fips-2_0-rc1~720 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=37eae9909ac51f2e3f42ab825a040aff099e7861;p=oweals%2Fopenssl.git Remove unnecessary dependencies. --- diff --git a/crypto/evp/m_sha1.c b/crypto/evp/m_sha1.c index 62b4dc68c9..f5eccb7e25 100644 --- a/crypto/evp/m_sha1.c +++ b/crypto/evp/m_sha1.c @@ -63,7 +63,7 @@ #include #include -#include +#include #ifndef OPENSSL_NO_RSA #include #endif diff --git a/crypto/rsa/rsa_crpt.c b/crypto/rsa/rsa_crpt.c index 6a0cf39a5f..448265e217 100644 --- a/crypto/rsa/rsa_crpt.c +++ b/crypto/rsa/rsa_crpt.c @@ -65,9 +65,6 @@ #include #include #include -#ifndef OPENSSL_NO_ENGINE -#include -#endif int RSA_size(const RSA *r) { diff --git a/fips/dsa/fips_dsatest.c b/fips/dsa/fips_dsatest.c index 3e773687a1..678e089a42 100644 --- a/fips/dsa/fips_dsatest.c +++ b/fips/dsa/fips_dsatest.c @@ -71,10 +71,8 @@ #include #include #include +#include #include -#ifndef OPENSSL_NO_ENGINE -#include -#endif #if defined(OPENSSL_NO_DSA) || !defined(OPENSSL_FIPS)