[git] GCRYPT - branch, master, updated. libgcrypt-1.8.1-20-g77e314a

by Jeremie Courreges-Anglas cvs at cvs.gnupg.org
Mon Nov 6 07:00:09 CET 2017


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  77e314a42a9c3c3557f0e60b3bf6da2ff9f7709a (commit)
      from  94b84360ca55c407222a3eb8222d8b1816fc617f (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 77e314a42a9c3c3557f0e60b3bf6da2ff9f7709a
Author: Jeremie Courreges-Anglas <jca at wxcvbn.org>
Date:   Mon Nov 6 14:57:28 2017 +0900

    build: Don't use /dev/srandom on OpenBSD.
    
    --
    
    Ported from GnuPG 1.4.
    
    All /dev/*random devices have been equivalent since OpenBSD 4.9, on
    purpose (/dev/random doesn't block).  /dev/srandom has been removed in
    the OpenBSD 6.3 development cycle, /dev/arandom will likely follow.
    
    Signed-off-by: Jeremie Courreges-Anglas <jca at wxcvbn.org>

diff --git a/configure.ac b/configure.ac
index 86035a4..57b840e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -316,21 +316,8 @@ case "${host}" in
         ;;
 esac
 
-#
-# Figure out the name of the random device
-#
-case "${host}" in
-    *-openbsd*)
-        NAME_OF_DEV_RANDOM="/dev/srandom"
-        NAME_OF_DEV_URANDOM="/dev/urandom"
-        ;;
-
-    *)
-        NAME_OF_DEV_RANDOM="/dev/random"
-        NAME_OF_DEV_URANDOM="/dev/urandom"
-        ;;
-esac
-
+NAME_OF_DEV_RANDOM="/dev/random"
+NAME_OF_DEV_URANDOM="/dev/urandom"
 
 AC_ARG_ENABLE(endian-check,
               AC_HELP_STRING([--disable-endian-check],

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

Summary of changes:
 configure.ac | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)


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