summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-04 00:29:20 +1100
committerDamien Miller <djm@mindrot.org>2001-03-04 00:29:20 +1100
commitd0ccb989c2ccb190bf81819c4b6418d63c682538 (patch)
treeeb7d3f8dde263b16b1d1b4e21d40bd7f8c1a4c85 /acconfig.h
parentf85b4d76705035e495545c84a922f032447414bd (diff)
- 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 <Lutz.Jaenicke@aet.TU-Cottbus.DE>
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h
index a43435868..db53d1696 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.105 2001/02/26 21:39:07 djm Exp $ */ 1/* $Id: acconfig.h,v 1.106 2001/03/03 13:29:21 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -89,8 +89,11 @@
89/* Location of random number pool */ 89/* Location of random number pool */
90#undef RANDOM_POOL 90#undef RANDOM_POOL
91 91
92/* Location of EGD random number socket */ 92/* Location of PRNGD/EGD random number socket */
93#undef EGD_SOCKET 93#undef PRNGD_SOCKET
94
95/* Port number of PRNGD/EGD random number socket */
96#undef PRNGD_PORT
94 97
95/* Builtin PRNG command timeout */ 98/* Builtin PRNG command timeout */
96#undef ENTROPY_TIMEOUT_MSEC 99#undef ENTROPY_TIMEOUT_MSEC