Oops; revert testing code

This commit is contained in:
Nick Mathewson 2013-08-13 11:12:25 -04:00
parent 9695e9c192
commit bb524712f6

View File

@ -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