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 bcd017d4c..eedfcfa65 100644 --- a/cipher/random.c +++ b/cipher/random.c @@ -106,7 +106,7 @@ static int gather_faked( void (*add)(const void*, size_t, int), int requester, static void -initialize() +initialize(void) { /* The data buffer is allocated somewhat larger, so that * we can use this extra space (which is allocated in secure memory) |