From: Richard Levitte Date: Tue, 8 Apr 2003 11:07:05 +0000 (+0000) Subject: Include rand.h, so RAND_status() and friends get properly declared. X-Git-Tag: BEN_FIPS_TEST_1~38^2~144 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=721688c2f8d6fd8f4559af8167cbfdc377169ad4;p=oweals%2Fopenssl.git Include rand.h, so RAND_status() and friends get properly declared. --- diff --git a/crypto/rsa/rsa_lib.c b/crypto/rsa/rsa_lib.c index 3ebde4fd93..53c5092014 100644 --- a/crypto/rsa/rsa_lib.c +++ b/crypto/rsa/rsa_lib.c @@ -62,6 +62,7 @@ #include #include #include +#include #ifndef OPENSSL_NO_ENGINE #include #endif