Make sure we get the definition of OPENSSL_NO_BIO.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:26:46 +0000 (23:26 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:26:46 +0000 (23:26 +0000)
crypto/pem/pem.h
crypto/txt_db/txt_db.h

index 02dd9f2b67e40eeb26e33c035fb0da9c7ce65d2b..57a2cfe92cd1c7df540bbe8e16e05b23a715ebcf 100644 (file)
@@ -59,6 +59,7 @@
 #ifndef HEADER_PEM_H
 #define HEADER_PEM_H
 
+#include <openssl/e_os2.h>
 #ifndef OPENSSL_NO_BIO
 #include <openssl/bio.h>
 #endif
@@ -68,7 +69,6 @@
 #include <openssl/evp.h>
 #include <openssl/x509.h>
 #include <openssl/pem2.h>
-#include <openssl/e_os2.h>
 
 #ifdef  __cplusplus
 extern "C" {
index 563392aeff11dbf97c8e32f174143af8dd781191..c98e287703ca4ae845aee47f094a6bd362c49532 100644 (file)
@@ -59,6 +59,7 @@
 #ifndef HEADER_TXT_DB_H
 #define HEADER_TXT_DB_H
 
+#include <openssl/opensslconf.h>
 #ifndef OPENSSL_NO_BIO
 #include <openssl/bio.h>
 #endif