aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand/rand_win.c
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-11-03 23:07:01 +0000
committerUlf Möller <ulf@openssl.org>2000-11-03 23:07:01 +0000
commit9f6fe8dbe70f4ef5a1263cf8f3d6351519373c8f (patch)
tree71f2ae3c813594762a589aeb600355f05e7bc4e5 /crypto/rand/rand_win.c
parentee78e1fc8b6171e3e65bf80b2aa1f385e5e12645 (diff)
downloadopenssl-9f6fe8dbe70f4ef5a1263cf8f3d6351519373c8f.tar.gz
increase the value a bit
Diffstat (limited to 'crypto/rand/rand_win.c')
-rw-r--r--crypto/rand/rand_win.c2
1 files changed, 1 insertions, 1 deletions
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);