diff options
Diffstat (limited to 'cipher/random.h')
-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 4b1d56d57..64ffdb5e6 100644 --- a/cipher/random.h +++ b/cipher/random.h @@ -23,6 +23,7 @@ #include "types.h" /*-- random.c --*/ +void random_dump_stats(void); void secure_random_alloc(void); int quick_random_gen( int onoff ); int random_is_faked(void); |