From b3020393f207d84f828fd021aa2c999cd434d2cf Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 19 Jan 2010 20:35:22 +0000 Subject: [PATCH] rand_win.c: fix time limit logic. --- crypto/rand/rand_win.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/crypto/rand/rand_win.c b/crypto/rand/rand_win.c index 3fac961922..9bad067f43 100644 --- a/crypto/rand/rand_win.c +++ b/crypto/rand/rand_win.c @@ -536,7 +536,7 @@ int RAND_poll(void) ex_cnt_limit--; } } while (heaplist_next(handle, &hlist) - && (GetTickCount()-starttime) 0); } @@ -559,7 +559,7 @@ int RAND_poll(void) && --entrycnt > 0); } } while (heaplist_next(handle, &hlist) - && (GetTickCount()-starttime)