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:
223c80e
)
Include rand.h, so RAND_status() and friends get properly declared.
author
Richard Levitte
<levitte@openssl.org>
Tue, 8 Apr 2003 11:07:09 +0000
(11:07 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Tue, 8 Apr 2003 11:07:09 +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 d7d36d20195fca2544fad9b866d1a5694da95dd5..c7587ec609096de3d8114433886d55c06c4d4f55 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>
const char *RSA_version="RSA" OPENSSL_VERSION_PTEXT;