runtests: accecpt 'quictls' as OpenSSL compatible
And set the "OpenSSL" feature.
Follow-up to 86d4a4124e
Closes #14850
This commit is contained in:
parent
28ca199d89
commit
31be4d5bf0
@ -576,6 +576,11 @@ sub checksystemfeatures {
|
||||
$feature{"OpenSSL"} = 1;
|
||||
$feature{"SSLpinning"} = 1;
|
||||
}
|
||||
elsif ($libcurl =~ /\squictls\b/i) {
|
||||
# OpenSSL compatible API
|
||||
$feature{"OpenSSL"} = 1;
|
||||
$feature{"SSLpinning"} = 1;
|
||||
}
|
||||
elsif ($libcurl =~ /\smbedTLS\b/i) {
|
||||
$feature{"mbedtls"} = 1;
|
||||
$feature{"SSLpinning"} = 1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user