]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
increase the reseed time
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 28 Oct 2014 09:37:47 +0000 (10:37 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 28 Oct 2014 09:37:47 +0000 (10:37 +0100)
lib/nettle/rnd.c

index 6d192fe4adb9b19f7c7ea530902c1777b74edc51..99ae9da58e7e4af19d1a4c331d3839986c1e6318 100644 (file)
@@ -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)