summaryrefslogtreecommitdiffstats
path: root/crypto/bio
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-03-20 23:17:23 +0000
committerRichard Levitte <levitte@openssl.org>2003-03-20 23:17:23 +0000
commit7b5a6c7a6278eb255ab0f28a72a702bef456f526 (patch)
tree8b57144c3ef01016c97e41cdff20f50bb6932abf /crypto/bio
parent44deca977d7bca6e959bedf2c02b69f7f0c036d9 (diff)
Make sure we get the definition of OPENSSL_NO_FP_API.
Diffstat (limited to 'crypto/bio')
-rw-r--r--crypto/bio/bio.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/bio/bio.h b/crypto/bio/bio.h
index fbbc16d00c..ce8b19ce2e 100644
--- a/crypto/bio/bio.h
+++ b/crypto/bio/bio.h
@@ -59,13 +59,14 @@
#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" {