diff options
Diffstat (limited to 'cipher/random.c')
-rw-r--r-- | cipher/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/random.c b/cipher/random.c index cdbd0b700..30c94b5b9 100644 --- a/cipher/random.c +++ b/cipher/random.c @@ -296,7 +296,7 @@ set_random_seed_file( const char *name ) * and return true if this was successful */ static int -read_seed_file() +read_seed_file(void) { int fd; struct stat sb; |