]> granicus.if.org Git - libevent/commitdiff
Oops; revert testing code
authorNick Mathewson <nickm@torproject.org>
Tue, 13 Aug 2013 15:12:25 +0000 (11:12 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 13 Aug 2013 15:12:25 +0000 (11:12 -0400)
arc4random.c

index 4b6f5f2f12ad920b5a2ecd5c56f28587a3cd270a..7a6c4ff548f9d0aa14b827d51ecb0a4f2f8ae828 100644 (file)
@@ -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