From 37eae9909ac51f2e3f42ab825a040aff099e7861 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 21 Feb 2011 17:35:53 +0000 Subject: [PATCH] Remove unnecessary dependencies. --- crypto/evp/m_sha1.c | 2 +- crypto/rsa/rsa_crpt.c | 3 --- fips/dsa/fips_dsatest.c | 4 +--- 3 files changed, 2 insertions(+), 7 deletions(-) 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) -- 2.25.1