From: Bodo Möller Date: Tue, 3 Apr 2001 14:03:19 +0000 (+0000) Subject: Make sure OPENSSL_SYS_... is defined when we need it. X-Git-Tag: OpenSSL_0_9_6c~182^2~289 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a95d2c5133e1a71671739e97d34dabc93bdf9cbc;p=oweals%2Fopenssl.git Make sure OPENSSL_SYS_... is defined when we need it. --- diff --git a/crypto/cast/cast_lcl.h b/crypto/cast/cast_lcl.h index f11e3b3ee9..37f41cc6a4 100644 --- a/crypto/cast/cast_lcl.h +++ b/crypto/cast/cast_lcl.h @@ -56,13 +56,14 @@ * [including the GNU Public Licence.] */ + +#include "e_os.h" + #ifdef OPENSSL_SYS_WIN32 #include #endif -#include "e_os.h" /* OPENSSL_EXTERN */ - #ifdef OPENSSL_BUILD_SHLIBCRYPTO # undef OPENSSL_EXTERN # define OPENSSL_EXTERN OPENSSL_EXPORT diff --git a/crypto/rand/rand_egd.c b/crypto/rand/rand_egd.c index a382d93776..dc54e5fa12 100644 --- a/crypto/rand/rand_egd.c +++ b/crypto/rand/rand_egd.c @@ -54,6 +54,7 @@ * */ +#include #include /*