summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2022-02-02 11:44:35 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2022-02-02 11:44:35 +0900
commitd918d8aee27987c3bb99f44a7ed3508d81009f51 (patch)
tree14cecf4b4bd2ac68b41bf58730a0c50672cbf8f8 /configure.ac
parentdd99ef53d9ee6e503ce288fca853cf4e237ec09e (diff)
downloadlibgcrypt-d918d8aee27987c3bb99f44a7ed3508d81009f51.tar.gz
Remove random-daemon server and util.
* configure.ac (--enable-random-daemon): Remove. * src/Makefile.am: Remove ENABLE_RANDOM_DAEMON things. * src/gcryptrnd.c, src/getrandom.c: Remove. -- GnuPG-bug-id: 5811 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac
index 508778c9..41e3654d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -524,16 +524,6 @@ AC_DEFINE_UNQUOTED(EGD_SOCKET_NAME, "$egd_socket_name",
[Define if you don't want the default EGD socket name.
For details see cipher/rndegd.c])
-# Implementation of the --enable-random-daemon
-AC_MSG_CHECKING([whether the experimental random daemon is requested])
-AC_ARG_ENABLE([random-daemon],
- AS_HELP_STRING([--enable-random-daemon],
- [Build the experimental gcryptrnd]),
- [enable_random_daemon=$enableval],
- [enable_random_daemon=no])
-AC_MSG_RESULT($enable_random_daemon)
-AM_CONDITIONAL(ENABLE_RANDOM_DAEMON, test x$enable_random_daemon = xyes)
-
# Implementation of --disable-asm.
AC_MSG_CHECKING([whether MPI and cipher assembler modules are requested])