From 43f40dd55fa9d20b6ff29e4eca45de88ef01a2d7 Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 2 Oct 2021 14:36:31 +0300 Subject: Use libgcrypt for hashing and random Libgsasl will probably be made optional, so another source of random is needed. Libgsasl uses libgcrypt underneath. Gcrypt, unlike nettle, handles random seeding on its own, which would be annoying to implement for different platforms otherwise. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ca97aae..116598a 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ PKG_CHECK_MODULES([LIBXML], [libxml-2.0]) PKG_CHECK_MODULES([GSASL], [libgsasl]) -PKG_CHECK_MODULES([NETTLE], [nettle]) +AM_PATH_LIBGCRYPT # DNS: libunbound or c-ares, optional -- cgit v1.2.3