From 5d4bf96a65f43aae6ab502696ae1730a48d564ca Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 8 Apr 2003 11:07:09 +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 d7d36d2019..c7587ec609 100644 --- a/crypto/rsa/rsa_lib.c +++ b/crypto/rsa/rsa_lib.c @@ -62,6 +62,7 @@ #include #include #include +#include const char *RSA_version="RSA" OPENSSL_VERSION_PTEXT; -- 2.25.1