disable '#ifdef DEBUG' sections
This commit is contained in:
parent
92f91ff48b
commit
3e563bcea7
@ -316,7 +316,7 @@ int RAND_poll(void)
|
|||||||
if (gen(hProvider, sizeof(buf), buf) != 0)
|
if (gen(hProvider, sizeof(buf), buf) != 0)
|
||||||
{
|
{
|
||||||
RAND_add(buf, sizeof(buf), 0);
|
RAND_add(buf, sizeof(buf), 0);
|
||||||
#ifdef DEBUG
|
#if 0
|
||||||
printf("randomness from PROV_RSA_FULL\n");
|
printf("randomness from PROV_RSA_FULL\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
@ -329,7 +329,7 @@ int RAND_poll(void)
|
|||||||
if (gen(hProvider, sizeof(buf), buf) != 0)
|
if (gen(hProvider, sizeof(buf), buf) != 0)
|
||||||
{
|
{
|
||||||
RAND_add(buf, sizeof(buf), sizeof(buf));
|
RAND_add(buf, sizeof(buf), sizeof(buf));
|
||||||
#ifdef DEBUG
|
#if 0
|
||||||
printf("randomness from PROV_INTEL_SEC\n");
|
printf("randomness from PROV_INTEL_SEC\n");
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
@ -515,7 +515,7 @@ int RAND_poll(void)
|
|||||||
FreeLibrary(kernel);
|
FreeLibrary(kernel);
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef DEBUG
|
#if 0
|
||||||
printf("Exiting RAND_poll\n");
|
printf("Exiting RAND_poll\n");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user