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/rndunix.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cipher/rndunix.c') diff --git a/cipher/rndunix.c b/cipher/rndunix.c index c3b5cf8e2..3cc71cf0b 100644 --- a/cipher/rndunix.c +++ b/cipher/rndunix.c @@ -48,9 +48,6 @@ /* General includes */ #include - -#ifdef USE_RNDUNIX - #include #include #include @@ -870,5 +867,3 @@ rndunix_gather_random( void (*add)(const void*, size_t, int), int requester, return 0; } - -#endif /*USE_RNDUNIX*/ -- cgit v1.2.3