aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rsa
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-04-08 11:07:05 +0000
committerRichard Levitte <levitte@openssl.org>2003-04-08 11:07:05 +0000
commit721688c2f8d6fd8f4559af8167cbfdc377169ad4 (patch)
tree9f2773c4785a3e391102f00231b54de7e921d6f7 /crypto/rsa
parenta10922010776ff15413d0a04ba339aaea150ee82 (diff)
downloadopenssl-721688c2f8d6fd8f4559af8167cbfdc377169ad4.tar.gz
Include rand.h, so RAND_status() and friends get properly declared.
Diffstat (limited to 'crypto/rsa')
-rw-r--r--crypto/rsa/rsa_lib.c1
1 files changed, 1 insertions, 0 deletions
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 <openssl/lhash.h>
#include <openssl/bn.h>
#include <openssl/rsa.h>
+#include <openssl/rand.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif