summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-02-04 18:12:31 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-02-04 18:12:31 +0100
commitb94c3e7c6e8fba6a66a83efabd6376726eac3ba6 (patch)
tree5ea16cf16b9135ce7c3e58e7943cbfe366bcb5bb
parentb8391806cd79095fe566f2401d8c7ad85a64b198 (diff)
downloadgnutls-b94c3e7c6e8fba6a66a83efabd6376726eac3ba6.tar.gz
Corrected typo. Reported by Mark Brand.
-rw-r--r--lib/nettle/rnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/nettle/rnd.c b/lib/nettle/rnd.c
index 4c91827995..b2883ee3e4 100644
--- a/lib/nettle/rnd.c
+++ b/lib/nettle/rnd.c
@@ -164,7 +164,7 @@ do_device_source (int init)
}
if ((device_fd != 0)
- && (init || timespec_sub_sec(&current_time, &device_last_read) > DEVICE_READ_INTERVAL)))
+ && (init || timespec_sub_sec(&current_time, &device_last_read) > DEVICE_READ_INTERVAL))
{
/* More than 20 minutes since we last read the device */