Skip to content

Commit

Permalink
runtests.pl: detect WolfSSL as yassl
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Mar 27, 2015
1 parent d2feb71 commit 9a743bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/runtests.pl
Expand Up @@ -603,7 +603,7 @@ sub torture {

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

0 comments on commit 9a743bc

Please sign in to comment.