- (dtucker) [entropy.c] Add headers for WIFEXITED and friends.

This commit is contained in:
Darren Tucker 2006-03-16 07:21:35 +11:00
parent 8bb9e2c900
commit d82cbcb9da
2 changed files with 8 additions and 2 deletions

View File

@ -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 $

View File

@ -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