aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rndlinux.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-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*/