diff options
author | Werner Koch <[email protected]> | 1998-05-26 13:38:00 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-05-26 13:38:00 +0000 |
commit | eed2faab53f859c98bf85f1e324614da640bf3ff (patch) | |
tree | 4a701250cb3300121456599f90cd7a22e03e8b59 /cipher/rand-unix.c | |
parent | new release (diff) | |
download | gnupg-eed2faab53f859c98bf85f1e324614da640bf3ff.tar.gz gnupg-eed2faab53f859c98bf85f1e324614da640bf3ff.zip |
add-key works
Diffstat (limited to 'cipher/rand-unix.c')
-rw-r--r-- | cipher/rand-unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |