Make sure we get the definition of OPENSSL_NO_FP_API.
authorRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:17:23 +0000 (23:17 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 20 Mar 2003 23:17:23 +0000 (23:17 +0000)
crypto/bio/bio.h
crypto/crypto.h

index fbbc16d00c52c55e1cd605a44603bee726e54c85..ce8b19ce2e3c77dfab451f02942ef5eff96da2b2 100644 (file)
 #ifndef HEADER_BIO_H
 #define HEADER_BIO_H
 
+#include <openssl/e_os2.h>
+
 #ifndef OPENSSL_NO_FP_API
 # include <stdio.h>
 #endif
 #include <stdarg.h>
 
 #include <openssl/crypto.h>
-#include <openssl/e_os2.h>
 
 #ifdef  __cplusplus
 extern "C" {
index fa799a76230e1ce18480a5694e84bd257478d0a0..0f15a565444bbb268ecf05099458c302310983ef 100644 (file)
 
 #include <stdlib.h>
 
+#include <openssl/e_os2.h>
+
 #ifndef OPENSSL_NO_FP_API
 #include <stdio.h>
 #endif