diff options
author | Werner Koch <[email protected]> | 2006-02-09 12:54:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-02-09 12:54:41 +0000 |
commit | 2410941461532790d331a162319df666baa9d62a (patch) | |
tree | 075f14f2bb322d13d8c9c65b50d92823a28732c7 /cipher/random.h | |
parent | Fixed a couple of problems (diff) | |
download | gnupg-2410941461532790d331a162319df666baa9d62a.tar.gz gnupg-2410941461532790d331a162319df666baa9d62a.zip |
Lock random seed file
Diffstat (limited to '')
-rw-r--r-- | cipher/random.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher/random.h b/cipher/random.h index 9e8090ec7..0f26d999b 100644 --- a/cipher/random.h +++ b/cipher/random.h @@ -30,6 +30,7 @@ void set_random_seed_file(const char *); void update_random_seed_file(void); int quick_random_gen( int onoff ); int random_is_faked(void); +void random_disable_locking (void); void randomize_buffer( byte *buffer, size_t length, int level ); byte *get_random_bits( size_t nbits, int level, int secure ); void fast_random_poll( void ); |