aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rndunix.c
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2005-12-06 20:27:43 +0000
committerDavid Shaw <[email protected]>2005-12-06 20:27:43 +0000
commit8a0cf1d2a342abbcb26dd2cc3397a848123d63fc (patch)
tree68a90779c4fbb4e762d12c1491ee5c8033321030 /cipher/rndunix.c
parent* curl-shim.c (curl_easy_perform): Fix build warning (code before (diff)
downloadgnupg-8a0cf1d2a342abbcb26dd2cc3397a848123d63fc.tar.gz
gnupg-8a0cf1d2a342abbcb26dd2cc3397a848123d63fc.zip
* idea-stub.c (load_module): Not legal to return a void * as a function
pointer.
Diffstat (limited to '')
-rw-r--r--cipher/rndunix.c5
1 files changed, 0 insertions, 5 deletions
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 <config.h>
-
-#ifdef USE_RNDUNIX
-
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
@@ -870,5 +867,3 @@ rndunix_gather_random( void (*add)(const void*, size_t, int), int requester,
return 0;
}
-
-#endif /*USE_RNDUNIX*/