From: Ben Laurie Date: Mon, 25 Jan 1999 21:19:12 +0000 (+0000) Subject: Reduce header dependencies. X-Git-Tag: OpenSSL_0_9_2b~230 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a224de3f5d017526c06bf869a5b8208c7768a80c;p=oweals%2Fopenssl.git Reduce header dependencies. --- diff --git a/crypto/rand/md_rand.c b/crypto/rand/md_rand.c index e5ecc6e365..c52d89babb 100644 --- a/crypto/rand/md_rand.c +++ b/crypto/rand/md_rand.c @@ -57,9 +57,11 @@ */ #include -#include "cryptlib.h" #include #include +#include +#include "e_os.h" +#include "crypto.h" #if !defined(USE_MD5_RAND) && !defined(USE_SHA1_RAND) && !defined(USE_MDC2_RAND) && !defined(USE_MD2_RAND) #ifndef NO_MD5 diff --git a/crypto/rand/randfile.c b/crypto/rand/randfile.c index de7567bc46..468da4f874 100644 --- a/crypto/rand/randfile.c +++ b/crypto/rand/randfile.c @@ -57,10 +57,13 @@ */ #include -#include "cryptlib.h" +#include +#include +#include #include #include #include +#include "e_os.h" #include "rand.h" #undef BUFSIZE