diff options
| author | Werner Koch <[email protected]> | 1998-11-25 11:52:41 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 1998-11-25 11:52:41 +0000 |
| commit | 2e494682b63e9f7abc2a34711618f4ebd21e2744 (patch) | |
| tree | e8afb0e10b4657a3d841ff9cb02a752698c19f97 /cipher/random.h | |
| parent | Ready for version 0.4.4 (diff) | |
| download | gnupg-2e494682b63e9f7abc2a34711618f4ebd21e2744.tar.gz gnupg-2e494682b63e9f7abc2a34711618f4ebd21e2744.zip | |
Restructured the RNG source and add support for loadable
random modules.
Diffstat (limited to 'cipher/random.h')
| -rw-r--r-- | cipher/random.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/cipher/random.h b/cipher/random.h index 2ac50a7d4..d4c134275 100644 --- a/cipher/random.h +++ b/cipher/random.h @@ -27,13 +27,6 @@ void secure_random_alloc(void); int quick_random_gen( int onoff ); void randomize_buffer( byte *buffer, size_t length, int level ); byte *get_random_bits( size_t nbits, int level, int secure ); -void add_randomness( const void *buffer, size_t length, int source ); - - -/*-- the next two functions are implemented by all the system - specific source files rand-xxxx.c --*/ -void random_poll(void); -void fast_random_poll(void); - +void fast_random_poll( void ); #endif /*G10_RANDOM_H*/ |
