From 5d727078ac8c16ccc0d987234c168a589a2ab767 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 13 Jan 2005 15:25:30 +0000 Subject: [PATCH] Fix an "oops" typo! Well, it was a debugging left-over... --- crypto/rand/rand_unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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