From: Richard Levitte Date: Thu, 20 Mar 2003 23:16:45 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_BIO and OPENSSL_NO_RSA. X-Git-Tag: BEN_FIPS_TEST_1~38^2~237 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=536b73e78e5f0d5d81644742591d7e58ed5ddc07;p=oweals%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_BIO and OPENSSL_NO_RSA. --- diff --git a/crypto/asn1/asn1.h b/crypto/asn1/asn1.h index 19414444a5..790e7b967b 100644 --- a/crypto/asn1/asn1.h +++ b/crypto/asn1/asn1.h @@ -60,10 +60,10 @@ #define HEADER_ASN1_H #include +#include #ifndef OPENSSL_NO_BIO #include #endif -#include #include #include #include diff --git a/crypto/asn1/n_pkey.c b/crypto/asn1/n_pkey.c index 766b51c538..a5a02e843c 100644 --- a/crypto/asn1/n_pkey.c +++ b/crypto/asn1/n_pkey.c @@ -56,9 +56,9 @@ * [including the GNU Public Licence.] */ -#ifndef OPENSSL_NO_RSA #include #include "cryptlib.h" +#ifndef OPENSSL_NO_RSA #include #include #include