mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
Fix an "oops" typo! Well, it was a debugging left-over...
This commit is contained in:
parent
108159ffcc
commit
5d727078ac
@ -195,7 +195,7 @@ int RAND_poll(void)
|
||||
for (j=0;j<i;j++)
|
||||
{
|
||||
if (randomstats[j].st_ino==st->st_ino &&
|
||||
randomstats[j].st_dev!=st->st_dev)
|
||||
randomstats[j].st_dev==st->st_dev)
|
||||
break;
|
||||
}
|
||||
if (j<i) { close(fd); continue; }
|
||||
|
Loading…
Reference in New Issue
Block a user