From: Richard Levitte Date: Thu, 20 Mar 2003 23:34:28 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_RSA. X-Git-Tag: BEN_FIPS_TEST_1~38^2~203 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=be9bec9bc77fdfe81cab9b6312ccdc4817e37938;p=oweals%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_RSA. --- diff --git a/crypto/evp/p_open.c b/crypto/evp/p_open.c index 5a933d1cda..bc3940847d 100644 --- a/crypto/evp/p_open.c +++ b/crypto/evp/p_open.c @@ -56,9 +56,11 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_RSA #include #include "cryptlib.h" + +#ifndef OPENSSL_NO_RSA + #include #include #include