aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rndlinux.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/rndlinux.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 'cipher/rndlinux.c')
-rw-r--r--cipher/rndlinux.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/cipher/rndlinux.c b/cipher/rndlinux.c
index ca42eea8a..c6f646c63 100644
--- a/cipher/rndlinux.c
+++ b/cipher/rndlinux.c
@@ -21,9 +21,6 @@
#include <config.h>
-
-#ifdef USE_RNDLINUX
-
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
@@ -161,5 +158,3 @@ _("\n"
return 0; /* success */
}
-
-#endif /*USE_RNDLINUX*/