summaryrefslogtreecommitdiff
path: root/cipher
diff options
context:
space:
mode:
Diffstat (limited to 'cipher')
-rw-r--r--cipher/ChangeLog4
-rw-r--r--cipher/rndw32.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index 7c9a5798..89aa50ff 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-26 Werner Koch <wk@g10code.com>
+
+ * rndw32.c: Disable debug flag.
+
2007-10-25 Werner Koch <wk@g10code.com>
* rndw32.c: Updated from current cryptlib snapshot and modified
diff --git a/cipher/rndw32.c b/cipher/rndw32.c
index 8bdd72c7..ddd653c9 100644
--- a/cipher/rndw32.c
+++ b/cipher/rndw32.c
@@ -244,7 +244,7 @@ static RTLGENRANDOM pRtlGenRandom;
static int system_rng_available; /* Whether a system RNG is available. */
static HCRYPTPROV hRNGProv; /* Handle to Intel RNG CSP. */
-static int debug_me = 1; /* Debug flag. */
+static int debug_me; /* Debug flag. */