From: Andy Polyakov Date: Thu, 13 Jan 2005 15:25:30 +0000 (+0000) Subject: Fix an "oops" typo! Well, it was a debugging left-over... X-Git-Tag: OpenSSL_0_9_7g~17^2~76 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5d727078ac8c16ccc0d987234c168a589a2ab767;p=oweals%2Fopenssl.git Fix an "oops" typo! Well, it was a debugging left-over... --- diff --git a/crypto/rand/rand_unix.c b/crypto/rand/rand_unix.c index d861ab432c..14837a7a7d 100644 --- a/crypto/rand/rand_unix.c +++ b/crypto/rand/rand_unix.c @@ -195,7 +195,7 @@ int RAND_poll(void) for (j=0;jst_ino && - randomstats[j].st_dev!=st->st_dev) + randomstats[j].st_dev==st->st_dev) break; } if (j