diff options
Diffstat (limited to 'cipher/rndw32.c')
-rw-r--r-- | cipher/rndw32.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cipher/rndw32.c b/cipher/rndw32.c index dc3c775c2..f81f1c191 100644 --- a/cipher/rndw32.c +++ b/cipher/rndw32.c @@ -61,9 +61,6 @@ */ #include <config.h> - -#ifdef USE_RNDW32 - #include <stdio.h> #include <stdlib.h> #include <assert.h> @@ -700,5 +697,3 @@ rndw32_gather_random_fast( void (*add)(const void*, size_t, int), int requester return 0; } - -#endif /*USE_RNDW32*/ |