Use e_os2.h rather than opensslconf.h, since some needed macros are
authorRichard Levitte <levitte@openssl.org>
Thu, 22 Feb 2001 14:37:50 +0000 (14:37 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 22 Feb 2001 14:37:50 +0000 (14:37 +0000)
defined there.

crypto/bio/bss_log.c
crypto/bn/bn.h
crypto/des/des_locl.h
crypto/des/destest.c
crypto/des/read_pwd.c

index b289c97d3cc43d92b5a34cfc081c66f8d7596049..13fb517c18ee025f86c5e3110690e13bd3b6d527 100644 (file)
@@ -66,7 +66,7 @@
 #include <stdio.h>
 #include <errno.h>
 
-#include <openssl/opensslconf.h>
+#include <openssl/e_os2.h>
 
 #if defined(OPENSSL_SYS_WIN32)
 #  include <process.h>
index 218907b8cd0782c0edf23ed14cde1bde47cb3759..22e8c2d9103ff718f9b57bf04a62bf8eacebedf4 100644 (file)
 #ifndef HEADER_BN_H
 #define HEADER_BN_H
 
+#include <openssl/e_os2.h>
 #ifndef OPENSSL_NO_FP_API
 #include <stdio.h> /* FILE */
 #endif
-#include <openssl/opensslconf.h>
 
 #ifdef  __cplusplus
 extern "C" {
index 5a9ba36fb328a1372bec5d91331ec5b6781aa1a8..8c49894e1ce68f25e7c5d4d540d29aa0a518745b 100644 (file)
@@ -59,6 +59,8 @@
 #ifndef HEADER_DES_LOCL_H
 #define HEADER_DES_LOCL_H
 
+#include <openssl/e_os2.h>
+
 #if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16)
 #ifndef OPENSSL_SYS_MSDOS
 #define OPENSSL_SYS_MSDOS
@@ -68,8 +70,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include <openssl/opensslconf.h>
-
 #ifndef OPENSSL_SYS_MSDOS
 #if !defined(OPENSSL_SYS_VMS) || defined(__DECC)
 #ifdef OPENSSL_UNISTD
index 6f60e080fffabab891ae5784b57b9e867b870458..1be401fb21f9f9a38e2f5dd7cfa2108a95733307 100644 (file)
  * [including the GNU Public Licence.]
  */
 
+#include <stdio.h>
+#include <stdlib.h>
+
+#include <openssl/e_os2.h>
 #if defined(OPENSSL_SYS_WIN32) || defined(OPENSSL_SYS_WIN16) || defined(OPENSSL_SYS_WINDOWS)
 #ifndef OPENSSL_SYS_MSDOS
 #define OPENSSL_SYS_MSDOS
 #endif
 #endif
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <openssl/opensslconf.h>
 #ifndef OPENSSL_SYS_MSDOS
 #if !defined(OPENSSL_SYS_VMS) || defined(OPENSSL_SYS_VMS_DECC)
 #include OPENSSL_UNISTD
index 542df5bb6634dcf7ac57b2f51d1203bab4d62bd1..db021dfc373096487d63ce87dd6590a9c8636e79 100644 (file)
@@ -56,7 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
-#include <openssl/opensslconf.h>
+#include <openssl/e_os2.h>
 #if !defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYS_VMS) && !defined(OPENSSL_SYS_WIN32)
 #ifdef OPENSSL_UNISTD
 # include OPENSSL_UNISTD