From: Bodo Möller Date: Thu, 10 Feb 2000 21:47:06 +0000 (+0000) Subject: 16 * 8 = 128. X-Git-Tag: OpenSSL_0_9_5beta1~85 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0a751d8ce801323864f7db8e1a0a915e02bb38cd;p=oweals%2Fopenssl.git 16 * 8 = 128. --- 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