mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
added prototype that was missing in CVS since long ago
This commit is contained in:
parent
23ac2c1e0a
commit
eb6f7ce0ad
@ -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…
Reference in New Issue
Block a user