From 14c12cb0004469e6a6b0e417d2705c80ca89ab34 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 7 Jun 2000 22:20:23 +1000 Subject: - (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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index a043e7f92..a886fbbd6 100644 --- a/configure.in +++ b/configure.in @@ -1124,7 +1124,7 @@ fi # Change default command timeout for builtin PRNG -entropy_timeout=100 +entropy_timeout=200 AC_ARG_WITH(entropy-timeout, [ --with-entropy-timeout Specify entropy gathering command timeout (msec)], [ -- cgit v1.2.3