From 149c8628c287436f6127de1870462a03efbc1840 Mon Sep 17 00:00:00 2001 From: jhurst Date: Fri, 21 Apr 2006 18:17:34 +0000 Subject: eeerrg --- src/KM_prng.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/KM_prng.cpp') diff --git a/src/KM_prng.cpp b/src/KM_prng.cpp index c51b2db..01d4b1d 100755 --- a/src/KM_prng.cpp +++ b/src/KM_prng.cpp @@ -58,8 +58,6 @@ static byte_t get_perf_byte(byte_t carry) } SHA1_Final(sha_buf, &SHA); - - fprintf(stderr, "0x%02x ", sha_buf[0]); return sha_buf[0]; } -- cgit v1.2.3