summaryrefslogtreecommitdiff
path: root/arc4random.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-13 11:12:25 -0400
committerNick Mathewson <nickm@torproject.org>2013-08-13 11:12:25 -0400
commitbb524712f6f3967434a197ee9f391f6cfc6a6374 (patch)
tree02edf4f047faf8eca0e5e0e8db8e9a962bebef08 /arc4random.c
parent9695e9c192b866793110c885fb87143de8cebf2a (diff)
downloadlibevent-bb524712f6f3967434a197ee9f391f6cfc6a6374.tar.gz
Oops; revert testing code
Diffstat (limited to 'arc4random.c')
-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