From 4981372d03a1fc051b59ba83fe2a2900519e8d8e Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 20 Feb 2001 12:44:46 +0000 Subject: [PATCH] Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMS get a chance to be defined. --- crypto/rand/randfile.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.34.1