From 5238fccc153d23f3d40dc488c972d1f88d6bc99c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 21 Mar 2001 18:43:12 +0000 Subject: [PATCH] Use stdlib.h to get size_t. --- crypto/rand/rand.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/crypto/rand/rand.h b/crypto/rand/rand.h index fd090ea084..5d85741452 100644 --- a/crypto/rand/rand.h +++ b/crypto/rand/rand.h @@ -59,13 +59,7 @@ #ifndef HEADER_RAND_H #define HEADER_RAND_H -#include - -#if defined(OPENSSL_SYS_WINDOWS) || defined(OPENSSL_SYS_WIN32) -#include -#else -#include -#endif +#include #ifdef __cplusplus extern "C" { -- 2.25.1