From 11cab756f98ff220a17442f9a45219874853a5ec Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 3 Apr 2000 05:07:32 +0000 Subject: [PATCH 1/1] remove debugging junk --- entropy.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/entropy.c b/entropy.c index a1fe80cd..de0f6a5b 100644 --- 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)); -- 2.45.2