summaryrefslogtreecommitdiff
path: root/cipher/rndw32.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rndw32.c')
-rw-r--r--cipher/rndw32.c2
1 files changed, 1 insertions, 1 deletions
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. */