From: Nikos Mavrogiannopoulos Date: Tue, 28 Oct 2014 09:37:47 +0000 (+0100) Subject: increase the reseed time X-Git-Tag: gnutls_3_4_0~731 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a849fd2afce9be3bb7ceb5f8e4dcea87a0770f9a;p=thirdparty%2Fgnutls.git increase the reseed time --- 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)