From d5ef1442227796e65d6bf149ac464bc670c5aa98 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 20 Mar 2003 23:27:17 +0000 Subject: [PATCH] Make sure we get the definition of a number of OPENSSL_NO_* macros. --- crypto/x509/x509.h | 2 +- crypto/x509/x509_vfy.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/crypto/x509/x509.h b/crypto/x509/x509.h index f1ccc0f0418..53a8f6c7587 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 f0be21f4525..3a0ccbe48d3 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 -- 2.47.2