From eed2faab53f859c98bf85f1e324614da640bf3ff Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 26 May 1998 13:38:00 +0000 Subject: add-key works --- cipher/rand-unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cipher/rand-unix.c') diff --git a/cipher/rand-unix.c b/cipher/rand-unix.c index a0f19d824..c0b7bc702 100644 --- a/cipher/rand-unix.c +++ b/cipher/rand-unix.c @@ -62,7 +62,7 @@ fast_random_poll() { #if HAVE_GETHRTIME { hrtime_t tv; - tv = gethrtime(void); + tv = gethrtime(); add_randomness( &tv, sizeof(tv), 1 ); } #elif HAVE_GETTIMEOFTIME -- cgit