projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aa5dac
)
disable '#ifdef DEBUG' sections
author
Bodo Möller
<bodo@openssl.org>
Thu, 21 Feb 2002 12:56:50 +0000
(12:56 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 21 Feb 2002 12:56:50 +0000
(12:56 +0000)
crypto/rand/rand_win.c
patch
|
blob
|
history
diff --git
a/crypto/rand/rand_win.c
b/crypto/rand/rand_win.c
index 3d137badd0e5d12b97df970eca0c1cb6b2ef26a2..2b4b1446edb6d40565b1423d3404ba0bdd50e688 100644
(file)
--- a/
crypto/rand/rand_win.c
+++ b/
crypto/rand/rand_win.c
@@
-311,7
+311,7
@@
int RAND_poll(void)
if (gen(hProvider, sizeof(buf), buf) != 0)
{
RAND_add(buf, sizeof(buf), sizeof(buf));
-#if
def DEBUG
+#if
0
printf("randomness from PROV_RSA_FULL\n");
#endif
}
@@
-324,7
+324,7
@@
int RAND_poll(void)
if (gen(hProvider, sizeof(buf), buf) != 0)
{
RAND_add(buf, sizeof(buf), sizeof(buf));
-#if
def DEBUG
+#if
0
printf("randomness from PROV_INTEL_SEC\n");
#endif
}
@@
-510,7
+510,7
@@
int RAND_poll(void)
FreeLibrary(kernel);
}
-#if
def DEBUG
+#if
0
printf("Exiting RAND_poll\n");
#endif