projects
/
openssl.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Make sure time() is properly declared.
[openssl.git]
/
crypto
/
rand
/
rand_unix.c
diff --git
a/crypto/rand/rand_unix.c
b/crypto/rand/rand_unix.c
index b68e2bab91aee651173ee7ec1184b5d84f0b7c00..8e48561354e22fa038a460e9dc6fe97a712d266b 100644
(file)
--- a/
crypto/rand/rand_unix.c
+++ b/
crypto/rand/rand_unix.c
@@
-120,6
+120,7
@@
#include <sys/times.h>
#include <fcntl.h>
#include <unistd.h>
+#include <time.h>
int RAND_poll(void)
{