diff options
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r-- | cipher/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog index 33c897d03..493525539 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,3 +1,12 @@ +2003-05-21 David Shaw <[email protected]> + + * 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-13 David Shaw <[email protected]> * tiger.c: Use the U64_C macro instead of LL. @@ -21,7 +30,7 @@ 2003-05-08 David Shaw <[email protected]> - * cipher.c (fast_random_poll): Only use times() if we HAVE_TIMES. + * random.c (fast_random_poll): Only use times() if we HAVE_TIMES. 2003-04-15 Werner Koch <[email protected]> |