summaryrefslogtreecommitdiff
path: root/src/KM_prng.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2006-04-21 18:17:34 +0000
committerjhurst <>2006-04-21 18:17:34 +0000
commit149c8628c287436f6127de1870462a03efbc1840 (patch)
treed6bd5f6dbe3026433aafe38620276bf287d6e820 /src/KM_prng.cpp
parent422c14c3bde38f1ff871ac204d2506c27a5273a4 (diff)
eeerrg
Diffstat (limited to 'src/KM_prng.cpp')
-rwxr-xr-xsrc/KM_prng.cpp2
1 files changed, 0 insertions, 2 deletions
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];
}