projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a109220
)
Include rand.h, so RAND_status() and friends get properly declared.
author
Richard Levitte
<levitte@openssl.org>
Tue, 8 Apr 2003 11:07:05 +0000
(11:07 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 8 Apr 2003 11:07:05 +0000
(11:07 +0000)
crypto/rsa/rsa_lib.c
patch
|
blob
|
history
diff --git
a/crypto/rsa/rsa_lib.c
b/crypto/rsa/rsa_lib.c
index 3ebde4fd9326946f96125a9a0abe9a78c3c6b5af..53c5092014befdd6f45b17051248b98618b14658 100644
(file)
--- 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