From 0a751d8ce801323864f7db8e1a0a915e02bb38cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Thu, 10 Feb 2000 21:47:06 +0000 Subject: [PATCH] 16 * 8 = 128. --- crypto/rand/md_rand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/rand/md_rand.c b/crypto/rand/md_rand.c index df3a9e6068..be08e06658 100644 --- a/crypto/rand/md_rand.c +++ b/crypto/rand/md_rand.c @@ -56,7 +56,7 @@ * [including the GNU Public Licence.] */ -#define ENTROPY_NEEDED 32 /* require 128 bits of randomness */ +#define ENTROPY_NEEDED 16 /* require 128 bits of randomness */ #ifndef MD_RAND_DEBUG # ifndef NDEBUG -- 2.34.1