summaryrefslogtreecommitdiffstats
path: root/crypto/x509
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:27:17 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:27:17 +0000
commitd5ef1442227796e65d6bf149ac464bc670c5aa98 (patch)
tree61fc31bb32f03093ac66c217c357ad5cd501b12a /crypto/x509
parent741dae576fdfaaa4030e386791edc32852388286 (diff)
Make sure we get the definition of a number of OPENSSL_NO_* macros.
Diffstat (limited to 'crypto/x509')
-rw-r--r--crypto/x509/x509.h2
-rw-r--r--crypto/x509/x509_vfy.h1
2 files changed, 2 insertions, 1 deletions
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 <openssl/e_os2.h>
#include <openssl/symhacks.h>
#ifndef OPENSSL_NO_BUFFER
#include <openssl/buffer.h>
@@ -104,7 +105,6 @@
#ifndef OPENSSL_NO_SHA
#include <openssl/sha.h>
#endif
-#include <openssl/e_os2.h>
#include <openssl/ossl_typ.h>
#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 <openssl/opensslconf.h>
#ifndef OPENSSL_NO_LHASH
#include <openssl/lhash.h>
#endif