- (dtucker) [entropy.c] Add headers for WIFEXITED and friends.
This commit is contained in:
parent
8bb9e2c900
commit
d82cbcb9da
|
@ -1,3 +1,6 @@
|
||||||
|
20060316
|
||||||
|
- (dtucker) [entropy.c] Add headers for WIFEXITED and friends.
|
||||||
|
|
||||||
20060315
|
20060315
|
||||||
- (djm) OpenBSD CVS Sync:
|
- (djm) OpenBSD CVS Sync:
|
||||||
- msf@cvs.openbsd.org 2006/02/06 15:54:07
|
- msf@cvs.openbsd.org 2006/02/06 15:54:07
|
||||||
|
@ -4173,4 +4176,4 @@
|
||||||
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
|
||||||
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
|
- (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 $
|
||||||
|
|
|
@ -24,6 +24,9 @@
|
||||||
|
|
||||||
#include "includes.h"
|
#include "includes.h"
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <sys/wait.h>
|
||||||
|
|
||||||
#include <openssl/rand.h>
|
#include <openssl/rand.h>
|
||||||
#include <openssl/crypto.h>
|
#include <openssl/crypto.h>
|
||||||
#include <openssl/err.h>
|
#include <openssl/err.h>
|
||||||
|
@ -48,7 +51,7 @@
|
||||||
* XXX: we should tell the child how many bytes we need.
|
* 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
|
#ifndef OPENSSL_PRNG_ONLY
|
||||||
#define RANDOM_SEED_SIZE 48
|
#define RANDOM_SEED_SIZE 48
|
||||||
|
|
Loading…
Reference in New Issue