mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 12:28:19 -04:00
Oops; revert testing code
This commit is contained in:
parent
9695e9c192
commit
bb524712f6
@ -327,12 +327,10 @@ arc4_seed_urandom(void)
|
|||||||
|
|
||||||
for (i = 0; filenames[i]; ++i) {
|
for (i = 0; filenames[i]; ++i) {
|
||||||
if (arc4_seed_urandom_helper_(filenames[i]) == 0) {
|
if (arc4_seed_urandom_helper_(filenames[i]) == 0) {
|
||||||
printf("okay %s\n", filenames[i]);
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
puts("FAIL");
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user