From 301835c2678db80d8eb93e462f3b1832ff91a52b Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Mon, 22 Feb 2021 22:34:03 +0900 Subject: Disable --with-cafile by default to use OpenSSL default paths --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index daabc59..5126dec 100755 --- a/configure +++ b/configure @@ -8590,7 +8590,7 @@ $as_echo_n "checking for CA file location... " >&6; } if test "${with_cafile+set}" = set; then : withval=$with_cafile; else - with_cafile=yes + with_cafile=no fi if test x"$with_cafile" = xyes; then -- cgit v1.2.3