runtests.pl: detect WolfSSL as yassl

This commit is contained in:
Dan Fandrich 2015-03-28 00:26:45 +01:00
parent d2feb71752
commit 9a743bc5fc

View File

@ -603,7 +603,7 @@ sub torture {
my $ret = 0; my $ret = 0;
if($gdbthis) { if($gdbthis) {
runclient($gdbline) runclient($gdbline);
} }
else { else {
$ret = runclient($testcmd); $ret = runclient($testcmd);
@ -2348,7 +2348,7 @@ sub checksystem {
$has_nss=1; $has_nss=1;
$ssllib="NSS"; $ssllib="NSS";
} }
elsif ($libcurl =~ /yassl/i) { elsif ($libcurl =~ /(yassl|wolfssl)/i) {
$has_yassl=1; $has_yassl=1;
$ssllib="yassl"; $ssllib="yassl";
} }