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:
1c02ca5
)
AIX (V3) requires <sys/select.h> (included via e_os.h) for fd_set.
author
Lutz Jänicke
<jaenicke@openssl.org>
Thu, 20 Jun 2002 17:32:04 +0000
(17:32 +0000)
committer
Lutz Jänicke
<jaenicke@openssl.org>
Thu, 20 Jun 2002 17:32:04 +0000
(17:32 +0000)
Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at>
Reviewed by:
PR:
crypto/rand/rand_unix.c
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_unix.c
b/crypto/rand/rand_unix.c
index 5a78009e9aa4b9e9bf7cfef164007971ea1b2834..1257fa8d96c10e63b778db027e570cc3852aeb6f 100644
(file)
--- a/
crypto/rand/rand_unix.c
+++ b/
crypto/rand/rand_unix.c
@@
-109,6
+109,7
@@
*
*/
+#include "e_os.h"
#include "cryptlib.h"
#include <openssl/rand.h>
#include "rand_lcl.h"