summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-06-07 22:20:23 +1000
committerDamien Miller <djm@mindrot.org>2000-06-07 22:20:23 +1000
commit14c12cb0004469e6a6b0e417d2705c80ca89ab34 (patch)
treef31e757315a648cd9c0f49ae0bc783314a2793dd /configure.in
parentd5bf307f7bd69d502bc03897a00a07df513418f7 (diff)
- (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
list of commands (by default). Removed verbose debugging (by default). - (djm) Increased command entropy estimates and default entropy collection timeout
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a043e7f92..a886fbbd6 100644
--- a/configure.in
+++ b/configure.in
@@ -1124,7 +1124,7 @@ fi
1124 1124
1125 1125
1126# Change default command timeout for builtin PRNG 1126# Change default command timeout for builtin PRNG
1127entropy_timeout=100 1127entropy_timeout=200
1128AC_ARG_WITH(entropy-timeout, 1128AC_ARG_WITH(entropy-timeout,
1129 [ --with-entropy-timeout Specify entropy gathering command timeout (msec)], 1129 [ --with-entropy-timeout Specify entropy gathering command timeout (msec)],
1130 [ 1130 [