From 9a743bc5fcbfac9382b434fed10ad87ca98d5c66 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sat, 28 Mar 2015 00:26:45 +0100 Subject: runtests.pl: detect WolfSSL as yassl --- tests/runtests.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index 134875133..ef9d3c8d4 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -603,7 +603,7 @@ sub torture { my $ret = 0; if($gdbthis) { - runclient($gdbline) + runclient($gdbline); } else { $ret = runclient($testcmd); @@ -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"; } -- cgit v1.2.3