summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-07-18 14:57:36 +0200
committerWerner Koch <wk@gnupg.org>2017-07-18 14:57:36 +0200
commitffb66ff0f9af0f5caccfbe355684821e2a3861e7 (patch)
tree5c6d5a7609e64d4dc0a08b6b944d07dce5e43607
parent95194c550443e8d5558856633f920daec8a975c4 (diff)
downloadlibgcrypt-ffb66ff0f9af0f5caccfbe355684821e2a3861e7.tar.gz
build: Remove the configure run notice on EGD.
-- Signed-off-by: Werner Koch <wk@gnupg.org>
-rw-r--r--configure.ac19
1 files changed, 0 insertions, 19 deletions
diff --git a/configure.ac b/configure.ac
index 9aa89c77..d4e78cda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -213,7 +213,6 @@ auto_random_modules="$available_random_modules"
LIBGCRYPT_THREAD_MODULES=""
# Other definitions.
-print_egd_notice=no
have_w32_system=no
have_w32ce_system=no
have_pthread=no
@@ -2473,7 +2472,6 @@ LIST_MEMBER(unix, $random_modules)
if test "$found" = "1" ; then
GCRYPT_RANDOM="$GCRYPT_RANDOM rndunix.lo"
AC_DEFINE(USE_RNDUNIX, 1, [Defined if the default Unix RNG should be used.])
- print_egd_notice=yes
fi
LIST_MEMBER(egd, $random_modules)
@@ -2655,23 +2653,6 @@ cat <<G10EOF
G10EOF
fi
-if test "$print_egd_notice" = "yes"; then
-cat <<G10EOF
- The performance of the Unix random gatherer module (rndunix) is not
- very good and it does not keep the entropy pool over multiple
- invocations of Libgcrypt base applications. The suggested way to
- overcome this problem is to use the
-
- Entropy Gathering Daemon (EGD)
-
- which provides a entropy source for the whole system. It is written
- in Perl and available at the GnuPG FTP servers. For more information
- consult the GnuPG site:
-
- https://gnupg.org/related_software/swlist.html#egd
-
-G10EOF
-fi
if test "$gcry_cv_gcc_attribute_aligned" != "yes" ; then
cat <<G10EOF