From 04ad4ecc7b4b5db1bbe10372a6820ed88e2799e8 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 31 Jul 2020 23:35:12 -0400 Subject: Use RAND_bytes instead of arc4random_buf This adds an actual dependency on libcrypto, but removes a dependency on BSD (or LibreSSL libcrypto specifically). --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index c617b1f..f007db3 100755 --- a/configure +++ b/configure @@ -33,7 +33,7 @@ done case "$(uname)" in (FreeBSD) ldlibs -lcrypt - config libtls + config libcrypto libtls defvar OPENSSL_BIN openssl exec_prefix /bin/openssl defstr CERTBOT_PATH /usr/local/etc/letsencrypt echo 'INSTALLS = install-rcs install-dirs' -- cgit 1.4.1