mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
runtests.pl: treat LibreSSL and BoringSSL as OpenSSL
This makes the tests that require the OpenSSL feature also run for those two compatible libraries. Closes https://github.com/curl/curl/pull/5762
This commit is contained in:
parent
ca567dc5a4
commit
5c2728eb42
@ -2817,7 +2817,7 @@ sub setupfeatures {
|
|||||||
$feature{"NSS"} = $has_nss;
|
$feature{"NSS"} = $has_nss;
|
||||||
$feature{"NTLM"} = $has_ntlm;
|
$feature{"NTLM"} = $has_ntlm;
|
||||||
$feature{"NTLM_WB"} = $has_ntlm_wb;
|
$feature{"NTLM_WB"} = $has_ntlm_wb;
|
||||||
$feature{"OpenSSL"} = $has_openssl;
|
$feature{"OpenSSL"} = $has_openssl || $has_libressl || $has_boringssl;
|
||||||
$feature{"PSL"} = $has_psl;
|
$feature{"PSL"} = $has_psl;
|
||||||
$feature{"Schannel"} = $has_winssl; # alias
|
$feature{"Schannel"} = $has_winssl; # alias
|
||||||
$feature{"sectransp"} = $has_darwinssl;
|
$feature{"sectransp"} = $has_darwinssl;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user