diff options
author | Stefan Bellon <[email protected]> | 2001-08-21 18:10:30 +0000 |
---|---|---|
committer | Stefan Bellon <[email protected]> | 2001-08-21 18:10:30 +0000 |
commit | c543fdb36cb8d4dd3674386bb1c4dcd5af0c2809 (patch) | |
tree | 79eb16ce4adbe1647eb12e209402062cbe44f850 | |
parent | Fixed use-agent and lock-multiple for RISC OS (diff) | |
download | gnupg-c543fdb36cb8d4dd3674386bb1c4dcd5af0c2809.tar.gz gnupg-c543fdb36cb8d4dd3674386bb1c4dcd5af0c2809.zip |
Corrected spelling of RISC OS
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | cipher/ChangeLog | 6 |
3 files changed, 5 insertions, 5 deletions
@@ -45,7 +45,7 @@ R�mi Guyomarch <[email protected]> Assignment g10/free-packet.c, g10/mdfilter.c, g10/plaintext.c, util/iobuf.c) Stefan Bellon <[email protected]> Assignment - (All patches to support RISCOS) + (All patches to support RISC OS) Tedi Heriyanto <[email protected]> Translations [id] @@ -21,7 +21,7 @@ * RSA key generation. - * Merged Stefan's patches for RISCOS in. See comments in + * Merged Stefan's patches for RISC OS in. See comments in scripts/build-riscos. * It is now possible to sign an convenional encrypt a message (-cs). 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(). |