On Sat, 3 Jun 2023, Omar Polo wrote: > To stay on the safe side for this release I've re-added > --with-path-CAfile. Please note that it only has effect when building > the bundled libtls, as otherwise I don't have control over what > tls_default_ca_cert_file() returns. > > It's in the just-relased rc2, which also updates the bundled libasr > and so addresses OpenBSD 7.2 errata #22. >
Thanks for the good work! I'm using the --with-path-CAfile configure option. I set --with-bundled-libtls even though the build automatically uses the bundled libtls because I do not have another libtls installed. In order to use the bundled libasr, I had to uninstall my existing libasr slackware build (port). It would be nice to have a --with-bundled-libasr option for the build. Then It could ignore an existing installed libasr. So far it looks good. I will keep testing.