From 29e6411a7bc1657fab1a3c2b847051a30e2247ea Mon Sep 17 00:00:00 2001 From: David Shaw Date: Sat, 24 May 2003 18:31:33 +0000 Subject: * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c, rijndael.c, rndunix.c, sha256.c, cast5.c, idea-stub.c, rmd160.c, rndw32.c, sha512.c, md5.c, rmd160test.c, rsa.c, tiger.c: Edit all preprocessor instructions to remove whitespace before the '#'. This is not required by C89, but there are some compilers out there that don't like it. --- cipher/rndlinux.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'cipher/rndlinux.c') diff --git a/cipher/rndlinux.c b/cipher/rndlinux.c index 2b28e4b6a..1284bc7ee 100644 --- a/cipher/rndlinux.c +++ b/cipher/rndlinux.c @@ -31,15 +31,15 @@ #include #include #ifdef HAVE_GETTIMEOFDAY - #include +#include #endif #include #include #include #if 0 - #include - #include - #include +#include +#include +#include #endif #include "types.h" #include "util.h" @@ -114,11 +114,11 @@ rndlinux_gather_random( void (*add)(const void*, size_t, int), int requester, fd = fd_urandom; } - #if 0 - #ifdef HAVE_DEV_RANDOM_IOCTL +#if 0 +#ifdef HAVE_DEV_RANDOM_IOCTL g10_log_info("entropy count of %d is %lu\n", fd, get_entropy_count(fd) ); - #endif - #endif +#endif +#endif while( length ) { fd_set rfds; struct timeval tv; -- cgit v1.2.3