mirror of
https://github.com/curl/curl.git
synced 2026-04-18 21:41:49 +03:00
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
1 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue