From: Andy Polyakov Date: Tue, 19 Jan 2010 20:35:22 +0000 (+0000) Subject: rand_win.c: fix time limit logic. X-Git-Tag: OpenSSL-fips-2_0-rc1~1334 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b3020393f207d84f828fd021aa2c999cd434d2cf;p=oweals%2Fopenssl.git rand_win.c: fix time limit logic. --- 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)