[git] GCRYPT - branch, master, updated. libgcrypt-1.7.1-10-g6965515
by Werner Koch
cvs at cvs.gnupg.org
Thu Jun 30 13:02:41 CEST 2016
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 "The GNU crypto library".
The branch, master has been updated
via 6965515c73632a088fb126a4a55e95121671fa98 (commit)
from 4d634a098742ff425b324e9f2a67b9f62de09744 (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 6965515c73632a088fb126a4a55e95121671fa98
Author: Werner Koch <wk at gnupg.org>
Date: Thu Jun 30 13:00:50 2016 +0200
random: Remove debug message about not supported getrandom syscall.
* random/rndlinux.c (_gcry_rndlinux_gather_random): Remove log_debug
for getrandom error ENOSYS.
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/random/rndlinux.c b/random/rndlinux.c
index f08c9f9..2b563bf 100644
--- a/random/rndlinux.c
+++ b/random/rndlinux.c
@@ -275,7 +275,6 @@ _gcry_rndlinux_gather_random (void (*add)(const void*, size_t,
length -= nbytes;
continue; /* until LENGTH is zero. */
}
- log_debug ("syscall(getrandom) not supported; errno = %d\n", errno);
}
#endif
-----------------------------------------------------------------------
Summary of changes:
random/rndlinux.c | 1 -
1 file changed, 1 deletion(-)
hooks/post-receive
--
The GNU crypto library
http://git.gnupg.org
_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits
More information about the Gcrypt-devel
mailing list