]> git.ipfire.org Git - thirdparty/curl.git/commit
configure: fix ECH detection with MultiSSL
authorViktor Szakats <commit@vsz.me>
Thu, 20 Mar 2025 01:03:38 +0000 (02:03 +0100)
committerViktor Szakats <commit@vsz.me>
Thu, 20 Mar 2025 02:31:24 +0000 (03:31 +0100)
commit08553aba97d655cf4098c2ced77564f2ba5908ca
tree1fbd99ce4b4c84b0dc4c709614c0f65a534f5312
parent7d313e603b42c7640a4dea8327cd69289c3c6eac
configure: fix ECH detection with MultiSSL

Detect OpenSSL and wolfSSL support independently. Pass detection if
either of them has support. Before this patch wolfSSL results overwrote
OpenSSL detection results when both backends were enabled.

Also fix output message when both of them support ECH.

Closes #16774
configure.ac