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 + + * 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 * 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 #include #if 0 - #ifdef HAVE_LINUX_RANDOM_H #include #include #include - #endif #endif #include "types.h" #include "util.h"