summaryrefslogtreecommitdiffstats
path: root/cipher/random.h
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/random.h')
-rw-r--r--cipher/random.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cipher/random.h b/cipher/random.h
index 9a7dd8f68..d96cea7f3 100644
--- a/cipher/random.h
+++ b/cipher/random.h
@@ -27,6 +27,8 @@ void random_dump_stats(void);
void secure_random_alloc(void);
int quick_random_gen( int onoff );
int random_is_faked(void);
+void secure_random_alloc(void);
+void random_dump_stats(void);
byte *get_random_bits( size_t nbits, int level, int secure );
void fast_random_poll( void );