Skip to content

Commit

Permalink
Oops; revert testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Aug 13, 2013
1 parent 9695e9c commit bb52471
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arc4random.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,12 +327,10 @@ arc4_seed_urandom(void)

for (i = 0; filenames[i]; ++i) {
if (arc4_seed_urandom_helper_(filenames[i]) == 0) {
printf("okay %s\n", filenames[i]);
return 0;
}
}

puts("FAIL");
return -1;
}
#endif
Expand Down

0 comments on commit bb52471

Please sign in to comment.