* 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.
This commit is contained in:
David Shaw 2003-05-24 18:31:33 +00:00
parent e152598106
commit 29e6411a7b
20 changed files with 179 additions and 196 deletions

View File

@ -1,3 +1,12 @@
2003-05-24 David Shaw <dshaw@jabberwocky.com>
* 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.
2003-05-15 David Shaw <dshaw@jabberwocky.com>
* cipher.c (setup_cipher_table): #ifdef IDEA.

View File

@ -630,4 +630,3 @@ blowfish_get_info( int algo, size_t *keylen,
return "BLOWFISH";
return NULL;
}

View File

@ -652,4 +652,3 @@ cast5_get_info( int algo, size_t *keylen,
return "CAST5";
return NULL;
}

View File

@ -1022,4 +1022,3 @@ des_get_info( int algo, size_t *keylen,
}
return NULL;
}

View File

@ -662,5 +662,3 @@ elg_get_info( int algo, int *npkey, int *nskey, int *nenc, int *nsig,
default: *use = 0; return NULL;
}
}

View File

@ -193,4 +193,3 @@ idea_get_info( int algo, size_t *keylen,
return rstr;
return NULL;
}

View File

@ -364,4 +364,3 @@ md5_get_info( int algo, size_t *contextsize,
return "MD5";
}

View File

@ -747,5 +747,3 @@ gather_faked( void (*add)(const void*, size_t, int), int requester,
m_free(buffer);
return 0; /* okay */
}

View File

@ -2223,12 +2223,3 @@ gnupgext_enum_func ( int what, int *sequence, int *class, int *vers )
return ret;
}
#endif

View File

@ -585,4 +585,3 @@ rmd160_get_info( int algo, size_t *contextsize,
return "RIPEMD160";
}

View File

@ -60,4 +60,3 @@ main(int argc, char **argv)
rmd160_close(rmdhd);
return 0;
}

View File

@ -699,5 +699,4 @@ rndw32_gather_random_fast( void (*add)(const void*, size_t, int), int requester
return 0;
}
#endif /*USE_RNDW32*/

View File

@ -489,6 +489,3 @@ rsa_get_info( int algo,
default:*r_usage = 0; return NULL;
}
}

View File

@ -316,7 +316,6 @@ sha1_final(SHA1_CONTEXT *hd)
X(3);
X(4);
#undef X
}
static byte *

View File

@ -271,7 +271,6 @@ sha256_final(SHA256_CONTEXT *hd)
X(6);
X(7);
#undef X
}
static byte *