aboutsummaryrefslogtreecommitdiffstats
path: root/cipher
diff options
context:
space:
mode:
Diffstat (limited to 'cipher')
-rw-r--r--cipher/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/cipher/ChangeLog b/cipher/ChangeLog
index c50dba0ce..a0700c27e 100644
--- a/cipher/ChangeLog
+++ b/cipher/ChangeLog
@@ -1,15 +1,15 @@
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
+ RISC OS. 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.
+ * dynload.c, md5.c, rmd160.c, sha1.c: Minor patches for RISC OS.
* rndriscos.c: New.
* rnd-internal.h: Added prototype.
* random.c (fast_random_poll): Use '#if defined' instead of just
- 'defined'; needed for RISCOS.
+ 'defined'; needed for RISC OS.
* primegen.c (gen_prime): count? are now ints for consistence
with is_prime().