1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-07-01 02:42:44 +02:00

Corrected spelling of RISC OS

This commit is contained in:
Stefan Bellon 2001-08-21 18:10:30 +00:00
parent 62893478bf
commit c543fdb36c
3 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ R
g10/free-packet.c, g10/mdfilter.c, g10/plaintext.c, util/iobuf.c) g10/free-packet.c, g10/mdfilter.c, g10/plaintext.c, util/iobuf.c)
Stefan Bellon <sbellon@sbellon.de> Assignment Stefan Bellon <sbellon@sbellon.de> Assignment
(All patches to support RISCOS) (All patches to support RISC OS)
Tedi Heriyanto <tedi_h@gmx.net> Translations [id] Tedi Heriyanto <tedi_h@gmx.net> Translations [id]

2
NEWS
View File

@ -21,7 +21,7 @@
* RSA key generation. * 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. scripts/build-riscos.
* It is now possible to sign an convenional encrypt a message (-cs). * It is now possible to sign an convenional encrypt a message (-cs).

View File

@ -1,15 +1,15 @@
2001-08-20 Werner Koch <wk@gnupg.org> 2001-08-20 Werner Koch <wk@gnupg.org>
Applied patches from Stefan Bellon <sbellon@sbellon.de> to support Applied patches from Stefan Bellon <sbellon@sbellon.de> 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. __riscos__ macro.
* blowfish.c, twofish.c: Added pragmas for use with a Norcraft * blowfish.c, twofish.c: Added pragmas for use with a Norcraft
compiler. 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. * rndriscos.c: New.
* rnd-internal.h: Added prototype. * rnd-internal.h: Added prototype.
* random.c (fast_random_poll): Use '#if defined' instead of just * 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 * primegen.c (gen_prime): count? are now ints for consistence
with is_prime(). with is_prime().