Disable --with-cafile by default to use OpenSSL default paths

This commit is contained in:
Tatsuya Kinoshita
2021-02-22 22:34:03 +09:00
parent e33ed88bc2
commit 301835c267
4 changed files with 5 additions and 5 deletions

2
configure vendored
View File

@@ -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