summaryrefslogtreecommitdiffstats
path: root/cipher/rand-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'cipher/rand-dummy.c')
-rw-r--r--cipher/rand-dummy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cipher/rand-dummy.c b/cipher/rand-dummy.c
index 3e7a42573..e2c754ebb 100644
--- a/cipher/rand-dummy.c
+++ b/cipher/rand-dummy.c
@@ -69,7 +69,7 @@ fast_random_poll()
{
#if HAVE_GETHRTIME
{ hrtime_t tv;
- tv = gethrtime(void);
+ tv = gethrtime();
add_randomness( &tv, sizeof(tv), 1 );
}
#elif HAVE_GETTIMEOFTIME