aboutsummaryrefslogtreecommitdiffstats
path: root/cipher/rndlinux.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-06-29 20:46:43 +0000
committerWerner Koch <[email protected]>2002-06-29 20:46:43 +0000
commitdb1e07ba0a6e5f8f9192ea84344fc1d780a28915 (patch)
treeed15bd5908252314252773ab55fe8a625e3b6321 /cipher/rndlinux.c
parent* argparse.c (optfile_parse): Renamed an auto I to P2 to avoid (diff)
downloadgnupg-db1e07ba0a6e5f8f9192ea84344fc1d780a28915.tar.gz
gnupg-db1e07ba0a6e5f8f9192ea84344fc1d780a28915.zip
* rndlinux.c: Removed HAVE_LINUX_RANDOM_H conditional because it
was never used and the configure test did set the wrong macro anyway.
Diffstat (limited to 'cipher/rndlinux.c')
-rw-r--r--cipher/rndlinux.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cipher/rndlinux.c b/cipher/rndlinux.c
index be333d2b3..0b138fcda 100644
--- a/cipher/rndlinux.c
+++ b/cipher/rndlinux.c
@@ -34,11 +34,9 @@
#include <unistd.h>
#include <fcntl.h>
#if 0
- #ifdef HAVE_LINUX_RANDOM_H
#include <sys/ioctl.h>
#include <asm/types.h>
#include <linux/random.h>
- #endif
#endif
#include "types.h"
#include "util.h"