mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
The big extension module removal.
This commit is contained in:
parent
14d050a272
commit
85aa3e18c2
28 changed files with 574 additions and 1880 deletions
|
@ -20,12 +20,16 @@
|
|||
#ifndef G10_RAND_INTERNAL_H
|
||||
#define G10_RAND_INTERNAL_H
|
||||
|
||||
void rndlinux_constructor(void);
|
||||
void rndunix_constructor(void);
|
||||
void rndw32_constructor(void);
|
||||
void rndos2_constructor(void);
|
||||
void rndatari_constructor(void);
|
||||
void rndmvs_constructor(void);
|
||||
void rndriscos_constructor(void);
|
||||
int rndunix_gather_random (void (*add)(const void*, size_t, int),
|
||||
int requester, size_t length, int level);
|
||||
int rndlinux_gather_random (void (*add)(const void*, size_t, int),
|
||||
int requester, size_t length, int level);
|
||||
int rndegd_gather_random (void (*add)(const void*, size_t, int),
|
||||
int requester, size_t length, int level );
|
||||
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 );
|
||||
|
||||
|
||||
#endif /*G10_RAND_INTERNAL_H*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue