mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
added prototype that was missing in CVS since long ago
This commit is contained in:
parent
23ac2c1e0a
commit
eb6f7ce0ad
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue