From f5330d84d04822cfc4546f06ccf1512abe1431aa Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 6 Aug 2020 16:25:22 -0400 Subject: Use system libcrypto and openssl bin on FreeBSD --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index ac95af6..5911471 100755 --- a/configure +++ b/configure @@ -32,9 +32,9 @@ done case "$(uname)" in (FreeBSD) - ldlibs -lcrypt - config libcrypto libtls - defvar OPENSSL_BIN openssl exec_prefix /bin/openssl + ldlibs -lcrypt -lcrypto + config libtls + defstr OPENSSL_BIN /usr/bin/openssl defstr CERTBOT_PATH /usr/local/etc/letsencrypt echo 'INSTALLS = install-rcs install-dirs' ;; -- cgit 1.4.1