From 02f08d2560e08506533a9e88ed75c380853d2439 Mon Sep 17 00:00:00 2001 From: djm Date: Sat, 3 Mar 2001 13:29:20 +0000 Subject: - Allow PRNGd entropy collection from localhost TCP socket. Replace "--with-egd-pool" configure option with "--with-prngd-socket" and "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke --- acconfig.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index a4343586..db53d169 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.105 2001/02/26 21:39:07 djm Exp $ */ +/* $Id: acconfig.h,v 1.106 2001/03/03 13:29:21 djm Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -89,8 +89,11 @@ /* Location of random number pool */ #undef RANDOM_POOL -/* Location of EGD random number socket */ -#undef EGD_SOCKET +/* Location of PRNGD/EGD random number socket */ +#undef PRNGD_SOCKET + +/* Port number of PRNGD/EGD random number socket */ +#undef PRNGD_PORT /* Builtin PRNG command timeout */ #undef ENTROPY_TIMEOUT_MSEC -- cgit v1.2.1