1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-21 15:01:41 +02:00

added prototype that was missing in CVS since long ago

This commit is contained in:
Stefan Bellon 2002-11-06 16:17:14 +00:00
parent 23ac2c1e0a
commit eb6f7ce0ad
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-11-06 Stefan Bellon <sbellon@sbellon.de>
* rand-internal.h (rndriscos_gather_random): Added prototype.
2002-11-06 David Shaw <dshaw@jabberwocky.com>
* blowfish.c (burn_stack), cast5.c (burn_stack), des.c

View File

@ -31,6 +31,8 @@ int rndw32_gather_random (void (*add)(const void*, size_t, int),
int requester, size_t length, int level);
int rndw32_gather_random_fast (void (*add)(const void*, size_t, int),
int requester );
int rndriscos_gather_random (void (*add)(const void*, size_t, int),
int requester, size_t length, int level);
#endif /*G10_RAND_INTERNAL_H*/