summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arc4random.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arc4random.c b/arc4random.c
index 4b6f5f2f..7a6c4ff5 100644
--- a/arc4random.c
+++ b/arc4random.c
@@ -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