diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-10-28 10:37:47 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-10-28 10:37:47 +0100 |
commit | a849fd2afce9be3bb7ceb5f8e4dcea87a0770f9a (patch) | |
tree | ac56e8c6e8036268e8aa84e3cac97a5d5b9cd124 /lib/nettle/rnd.c | |
parent | ad9f8228577ebbec760c1eea083c09c79d8f5c6e (diff) | |
download | gnutls-a849fd2afce9be3bb7ceb5f8e4dcea87a0770f9a.tar.gz |
increase the reseed time
Diffstat (limited to 'lib/nettle/rnd.c')
-rw-r--r-- | lib/nettle/rnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nettle/rnd.c b/lib/nettle/rnd.c index 6d192fe4ad..99ae9da58e 100644 --- a/lib/nettle/rnd.c +++ b/lib/nettle/rnd.c @@ -78,7 +78,7 @@ timespec_sub_sec(struct timespec *a, struct timespec *b) return (a->tv_sec - b->tv_sec); } -#define DEVICE_READ_INTERVAL (10800) +#define DEVICE_READ_INTERVAL (21600) /* universal functions */ static int do_trivia_source(struct rnd_ctx_st *ctx, int init, struct event_st *event) |