diff options
author | Werner Koch <[email protected]> | 2002-06-29 20:46:43 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-06-29 20:46:43 +0000 |
commit | db1e07ba0a6e5f8f9192ea84344fc1d780a28915 (patch) | |
tree | ed15bd5908252314252773ab55fe8a625e3b6321 | |
parent | * argparse.c (optfile_parse): Renamed an auto I to P2 to avoid (diff) | |
download | gnupg-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.
-rw-r--r-- | cipher/ChangeLog | 6 | ||||
-rw-r--r-- | cipher/rndlinux.c | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog index da3ff580e..d62219ede 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,3 +1,9 @@ +2002-06-29 Werner Koch <[email protected]> + + * rndlinux.c: Removed HAVE_LINUX_RANDOM_H conditional because it + was never used and the configure test did set the wrong macro + anyway. + 2002-05-07 Stefan Bellon <[email protected]> * md.c (md_start_debug): Use EXTSEP_S instead of ".". 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" |