diff options
Diffstat (limited to '')
-rw-r--r-- | cipher/rndegd.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cipher/rndegd.c b/cipher/rndegd.c index fb997d283..e6646a243 100644 --- a/cipher/rndegd.c +++ b/cipher/rndegd.c @@ -20,9 +20,6 @@ */ #include <config.h> - -#ifdef USE_RNDEGD - #include <stdio.h> #include <stdlib.h> #include <assert.h> @@ -226,5 +223,3 @@ rndegd_gather_random( void (*add)(const void*, size_t, int), int requester, return 0; /* success */ } - -#endif /*USE_RNDEGD*/ |