From: Richard Levitte Date: Thu, 20 Mar 2003 23:27:17 +0000 (+0000) Subject: Make sure we get the definition of a number of OPENSSL_NO_* macros. X-Git-Tag: BEN_FIPS_TEST_1~38^2~219 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d5ef1442227796e65d6bf149ac464bc670c5aa98;p=oweals%2Fopenssl.git Make sure we get the definition of a number of OPENSSL_NO_* macros. --- diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h index f1ccc0f041..53a8f6c758 100644 --- a/crypto/x509/x509.h +++ b/crypto/x509/x509.h @@ -64,6 +64,7 @@ #ifndef HEADER_X509_H #define HEADER_X509_H +#include #include #ifndef OPENSSL_NO_BUFFER #include @@ -104,7 +105,6 @@ #ifndef OPENSSL_NO_SHA #include #endif -#include #include #ifdef __cplusplus diff --git a/crypto/x509/x509_vfy.h b/crypto/x509/x509_vfy.h index f0be21f452..3a0ccbe48d 100644 --- a/crypto/x509/x509_vfy.h +++ b/crypto/x509/x509_vfy.h @@ -65,6 +65,7 @@ #ifndef HEADER_X509_VFY_H #define HEADER_X509_VFY_H +#include #ifndef OPENSSL_NO_LHASH #include #endif