Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed a lot of __MINGW32__ to _WIN32. This should help a bit in | Werner Koch | 2003-07-30 | 1 | -5/+5 |
| | | | | | building with native Windows compilers. On request by Brian Gladman. | ||||
* | * bithelp.h, des.c, random.c, rndlinux.c, sha1.c, blowfish.c, elgamal.c, | David Shaw | 2003-05-21 | 1 | -4/+3 |
| | | | | | | | | 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. | ||||
* | * tiger.c: Use the U64_C macro instead of LL. | David Shaw | 2003-05-14 | 1 | -6/+4 |
| | | | | | | | | | * md.c (string_to_digest_algo): Give a warning about TIGER192 not being part of OpenPGP. * idea-stub.c (load_module): Catch an error if the idea module file is unloadable for some reason (unreadable, bad permissions, etc.) | ||||
* | RISC OS changes due to dynload removal | Stefan Bellon | 2002-08-03 | 1 | -0/+11 |
| | |||||
* | The big extension module removal. | Werner Koch | 2002-08-03 | 1 | -0/+187 |