From 721688c2f8d6fd8f4559af8167cbfdc377169ad4 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 8 Apr 2003 11:07:05 +0000 Subject: [PATCH] Include rand.h, so RAND_status() and friends get properly declared. --- crypto/rsa/rsa_lib.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.25.1