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/idea-stub.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'cipher/idea-stub.c') diff --git a/cipher/idea-stub.c b/cipher/idea-stub.c index 1f40b18d7..05581ae90 100644 --- a/cipher/idea-stub.c +++ b/cipher/idea-stub.c @@ -39,16 +39,16 @@ #include #include #ifdef HAVE_DL_DLOPEN - #include +#include #endif #ifdef __MINGW32__ - #include +#include #endif #include "util.h" #include "algorithms.h" #ifndef RTLD_NOW - #define RTLD_NOW 1 +#define RTLD_NOW 1 #endif @@ -193,4 +193,3 @@ idea_get_info( int algo, size_t *keylen, return rstr; return NULL; } - -- cgit