diff options
Diffstat (limited to 'cipher/random.h')
-rw-r--r-- | cipher/random.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/random.h b/cipher/random.h index 08d1e2ddd..9e8090ec7 100644 --- a/cipher/random.h +++ b/cipher/random.h @@ -25,7 +25,7 @@ /*-- random.c --*/ void random_dump_stats(void); -void secure_random_alloc(void); +void secure_randoxmalloc(void); void set_random_seed_file(const char *); void update_random_seed_file(void); int quick_random_gen( int onoff ); |