From a224de3f5d017526c06bf869a5b8208c7768a80c Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Mon, 25 Jan 1999 21:19:12 +0000 Subject: [PATCH] Reduce header dependencies. --- crypto/rand/md_rand.c | 4 +++- crypto/rand/randfile.c | 5 ++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.25.1