summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2021-10-02 14:36:31 +0300
committerdefanor <defanor@uberspace.net>2021-10-02 14:36:31 +0300
commit43f40dd55fa9d20b6ff29e4eca45de88ef01a2d7 (patch)
tree1bdad06a9e43a29aa4a83ba4334442043a982261 /configure.ac
parent3af2e52b7b98d894fc5c74e674e95eac24b74f6b (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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