Loading crypto/rand/md_rand.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
crypto/rand/md_rand.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading