From: Richard Levitte Date: Tue, 20 Feb 2001 12:44:46 +0000 (+0000) Subject: Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMS X-Git-Tag: OpenSSL_0_9_6a-beta1~23^2~58 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=4981372d03a1fc051b59ba83fe2a2900519e8d8e;ds=sidebyside Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMS get a chance to be defined. --- diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c index 9ccf4663cb..ec137c4e31 100644 --- a/crypto/rand/randfile.c +++ b/crypto/rand/randfile.c @@ -61,6 +61,10 @@ #include #include +#include +#include +#include + #ifdef OPENSSL_SYS_VMS #include #endif @@ -73,10 +77,6 @@ # include #endif -#include -#include -#include - #undef BUFSIZE #define BUFSIZE 1024 #define RAND_DATA 1024