diff options
Diffstat (limited to 'cipher/ChangeLog')
-rw-r--r-- | cipher/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog index 2329dfe4b..c50dba0ce 100644 --- a/cipher/ChangeLog +++ b/cipher/ChangeLog @@ -1,3 +1,18 @@ +2001-08-20 Werner Koch <[email protected]> + + Applied patches from Stefan Bellon <[email protected]> to support + the RISCOS. Nearly all of these patches are identified by the + __riscos__ macro. + * blowfish.c, twofish.c: Added pragmas for use with a Norcraft + compiler. + * dynload.c, md5.c, rmd160.c, sha1.c: Minor patches for RISCOS. + * rndriscos.c: New. + * rnd-internal.h: Added prototype. + * random.c (fast_random_poll): Use '#if defined' instead of just + 'defined'; needed for RISCOS. + * primegen.c (gen_prime): count? are now ints for consistence + with is_prime(). + 2001-08-08 Werner Koch <[email protected]> * rndw32.c (gather_random): Use toolhelp in addition to the NT |