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:
ee1ccd0
)
RT3684: rand_egd needs stddef.h
author
Rich Salz
<rsalz@openssl.org>
Thu, 12 Feb 2015 19:23:28 +0000
(14:23 -0500)
committer
Rich Salz
<rsalz@openssl.org>
Thu, 12 Feb 2015 19:23:28 +0000
(14:23 -0500)
Reviewed-by: Andy Polyakov <appro@openssl.org>
crypto/rand/rand_egd.c
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_egd.c
b/crypto/rand/rand_egd.c
index 1b6e501b73a9da84ed600c0ec9c44b339fcab0a8..737aebfa22fe4aa7c385d79b55ad62134bbe6b49 100644
(file)
--- a/
crypto/rand/rand_egd.c
+++ b/
crypto/rand/rand_egd.c
@@
-113,6
+113,7
@@
int RAND_egd_bytes(const char *path, int bytes)
#else
# include <openssl/opensslconf.h>
# include OPENSSL_UNISTD
+# include <stddef.h>
# include <sys/types.h>
# include <sys/socket.h>
# ifndef NO_SYS_UN_H