]> andersk Git - openssh.git/commitdiff
remove debugging junk V_1_2_3_TEST1
authordamien <damien>
Mon, 3 Apr 2000 05:07:32 +0000 (05:07 +0000)
committerdamien <damien>
Mon, 3 Apr 2000 05:07:32 +0000 (05:07 +0000)
entropy.c

index a1fe80cd6aacf938498abe68e67fb97a7f21ab25..de0f6a5b9d8ada409dbc32c400519ecfad0ddf17 100644 (file)
--- a/entropy.c
+++ b/entropy.c
@@ -105,8 +105,6 @@ void get_random_bytes(unsigned char *buf, int len)
                        fatal("Couldn't open random pool \"%s\": %s", RANDOM_POOL, strerror(errno));
        }
        
-       verbose("randfd: %i", random_pool);
-
        c = atomicio(read, random_pool, buf, len);
        if (c <= 0)
                fatal("Couldn't read from random pool \"%s\": %s", RANDOM_POOL, strerror(errno));
This page took 0.042217 seconds and 5 git commands to generate.