aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cipher/ChangeLog6
-rw-r--r--cipher/rndlinux.c2
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"