gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-286-g6ce3391


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-286-g6ce3391
Date: Sat, 03 Jul 2010 10:50:32 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=6ce3391704b2d971266386b8b0c7143bf33e747d

The branch, master has been updated
       via  6ce3391704b2d971266386b8b0c7143bf33e747d (commit)
      from  62db366b7be1f1abc0c4f0501ba027c80edb71c9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6ce3391704b2d971266386b8b0c7143bf33e747d
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Jul 3 12:49:20 2010 +0200

    Read from /dev/urandom every 20 minutes.

-----------------------------------------------------------------------

Summary of changes:
 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 26d9e12..fe0696d 100644
--- a/lib/nettle/rnd.c
+++ b/lib/nettle/rnd.c
@@ -107,7 +107,7 @@ static int do_trivia_source(int init)
 
 #define DEVICE_READ_SIZE 16
 #define DEVICE_READ_SIZE_MAX 32
-#define DEVICE_READ_INTERVAL 360
+#define DEVICE_READ_INTERVAL 1200
 static int do_device_source(int init)
 {
     time_t now = time(NULL);


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]