From: Richard Levitte Date: Thu, 20 Mar 2003 23:17:23 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_FP_API. X-Git-Tag: BEN_FIPS_TEST_1~38^2~235 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7b5a6c7a6278eb255ab0f28a72a702bef456f526;p=oweals%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_FP_API. --- 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 + #ifndef OPENSSL_NO_FP_API # include #endif #include #include -#include #ifdef __cplusplus extern "C" { diff --git a/crypto/crypto.h b/crypto/crypto.h index fa799a7623..0f15a56544 100644 --- a/crypto/crypto.h +++ b/crypto/crypto.h @@ -119,6 +119,8 @@ #include +#include + #ifndef OPENSSL_NO_FP_API #include #endif