summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-03-16 07:21:35 +1100
committerDarren Tucker <dtucker@zip.com.au>2006-03-16 07:21:35 +1100
commitd82cbcb9da3c2a908bd7704b1d9e5686f936ced3 (patch)
treee1feea2d233c0068b122252c3c83b9120cbcee3c
parent8bb9e2c9000d5cfe8d5503d67d48a8a4e153ec39 (diff)
- (dtucker) [entropy.c] Add headers for WIFEXITED and friends.
-rw-r--r--ChangeLog5
-rw-r--r--entropy.c5
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cdbf5d73..308f9d1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+20060316
+ - (dtucker) [entropy.c] Add headers for WIFEXITED and friends.
+
20060315
- (djm) OpenBSD CVS Sync:
- msf@cvs.openbsd.org 2006/02/06 15:54:07
@@ -4173,4 +4176,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.4224 2006/03/15 11:28:17 dtucker Exp $
+$Id: ChangeLog,v 1.4225 2006/03/15 20:21:35 dtucker Exp $
diff --git a/entropy.c b/entropy.c
index e5b45b0b..91724273 100644
--- a/entropy.c
+++ b/entropy.c
@@ -24,6 +24,9 @@
#include "includes.h"
+#include <sys/types.h>
+#include <sys/wait.h>
+
#include <openssl/rand.h>
#include <openssl/crypto.h>
#include <openssl/err.h>
@@ -48,7 +51,7 @@
* XXX: we should tell the child how many bytes we need.
*/
-RCSID("$Id: entropy.c,v 1.52 2005/09/27 22:26:30 dtucker Exp $");
+RCSID("$Id: entropy.c,v 1.53 2006/03/15 20:21:35 dtucker Exp $");
#ifndef OPENSSL_PRNG_ONLY
#define RANDOM_SEED_SIZE 48