summaryrefslogtreecommitdiff
path: root/cipher
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-10-26 13:20:53 +0000
committerWerner Koch <wk@gnupg.org>2007-10-26 13:20:53 +0000
commitf8c31a27e23bc63d7f9d742472727ce1741bfe50 (patch)
tree3be642e2b314f83b0f3aaff5b30820c95320264f /cipher
parent374bc3f4a82ba8d890d87911ca7c9202412b0df9 (diff)
downloadlibgcrypt-f8c31a27e23bc63d7f9d742472727ce1741bfe50.tar.gz
Preparing a release
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. */