From 8a0cf1d2a342abbcb26dd2cc3397a848123d63fc Mon Sep 17 00:00:00 2001 From: David Shaw Date: Tue, 6 Dec 2005 20:27:43 +0000 Subject: * idea-stub.c (load_module): Not legal to return a void * as a function pointer. --- cipher/rndegd.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cipher/rndegd.c') 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 - -#ifdef USE_RNDEGD - #include #include #include @@ -226,5 +223,3 @@ rndegd_gather_random( void (*add)(const void*, size_t, int), int requester, return 0; /* success */ } - -#endif /*USE_RNDEGD*/ -- cgit