mirror of
https://github.com/curl/curl.git
synced 2026-07-22 08:07:17 +03:00
runtests: yassl and polarssl are not openssl
Don't set the "has_openssl" variable if yassl or polarssl is found as they will simply not work as 100% drop-in replacements for some of the stuff the "OpenSSL" feature is used for. I spotted this problem when doing test runs with PolarSSL builds.
This commit is contained in:
parent
950b0b770e
commit
13c7b91133
1 changed files with 0 additions and 2 deletions
|
|
@ -2269,12 +2269,10 @@ sub checksystem {
|
|||
}
|
||||
elsif ($libcurl =~ /yassl/i) {
|
||||
$has_yassl=1;
|
||||
$has_openssl=1;
|
||||
$ssllib="yassl";
|
||||
}
|
||||
elsif ($libcurl =~ /polarssl/i) {
|
||||
$has_polarssl=1;
|
||||
$has_openssl=1;
|
||||
$ssllib="polarssl";
|
||||
}
|
||||
elsif ($libcurl =~ /axtls/i) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue