From: Ulf Möller Date: Fri, 3 Nov 2000 23:07:01 +0000 (+0000) Subject: increase the value a bit X-Git-Tag: rsaref~21 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9f6fe8dbe70f4ef5a1263cf8f3d6351519373c8f;p=oweals%2Fopenssl.git increase the value a bit --- diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c index 9f2dcff9a9..163cee02c7 100644 --- a/crypto/rand/rand_win.c +++ b/crypto/rand/rand_win.c @@ -461,7 +461,7 @@ int RAND_poll(void) hlist.th32ProcessID, hlist.th32HeapID)) { - int entrycnt = 50; + int entrycnt = 80; do RAND_add(&hentry, hentry.dwSize, 5);