]> git.ipfire.org Git - thirdparty/curl.git/commit
cmake: drop two stray TLS feature checks for wolfSSL
authorViktor Szakats <commit@vsz.me>
Fri, 14 Feb 2025 21:38:15 +0000 (22:38 +0100)
committerViktor Szakats <commit@vsz.me>
Sat, 15 Feb 2025 11:19:05 +0000 (12:19 +0100)
commit2533df62399fd4f8767fc89ef04eef203e71d163
tree9795864da149f4adce22350ef9e6e33909670432
parent97abcbd6ff28a6ce1940992a6db832d6bd2f1ac3
cmake: drop two stray TLS feature checks for wolfSSL

Drop check for `SSL_set0_wbio`, `SSL_CTX_set_srp_username`.

The wolfSSL backend doesn't implement these features. The checks were
wrong, and also missing from `./configure`.

If they get implemented, the feature checks should use distinct macros
from OpenSSL; they should check for the `wolfSSL_`-prefixed APIs via
wolfSSL headers; and matching checks should be added to `./configure`.

Follow-up to 781242ffa44a9f9b95b6da5ac5a1bf6372ec6257 #11967 #11964

Closes #16339
CMakeLists.txt