From: Richard Levitte Date: Thu, 20 Mar 2003 23:24:47 +0000 (+0000) Subject: Make sure we get the definition of OPENSSL_NO_FP_API. X-Git-Tag: BEN_FIPS_TEST_1~38^2~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08a54f6e6a2bf705eb26489e2023b53e1e99607d;p=thirdparty%2Fopenssl.git Make sure we get the definition of OPENSSL_NO_FP_API. --- diff --git a/crypto/err/err.h b/crypto/err/err.h index ec895c4d12b..95658addf9a 100644 --- a/crypto/err/err.h +++ b/crypto/err/err.h @@ -59,6 +59,8 @@ #ifndef HEADER_ERR_H #define HEADER_ERR_H +#include + #ifndef OPENSSL_NO_FP_API #include #include diff --git a/crypto/lhash/lhash.h b/crypto/lhash/lhash.h index dee8207333b..7c1d4864253 100644 --- a/crypto/lhash/lhash.h +++ b/crypto/lhash/lhash.h @@ -63,6 +63,7 @@ #ifndef HEADER_LHASH_H #define HEADER_LHASH_H +#include #ifndef OPENSSL_NO_FP_API #include #endif