duplicate ! typo

This commit is contained in:
Daniel Stenberg 2004-12-17 10:09:06 +00:00
parent ccf65be0a4
commit ff54a74b4d

View File

@ -1492,7 +1492,7 @@ sub startservers {
# we can't run ftps tests without stunnel
return "no stunnel";
}
if(!!$ssl_version) {
if(!$ssl_version) {
# we can't run ftps tests if libcurl is SSL-less
return "curl lacks SSL support";
}
@ -1523,7 +1523,7 @@ sub startservers {
# we can't run ftps tests without stunnel
return "no stunnel";
}
if(!!$ssl_version) {
if(!$ssl_version) {
# we can't run ftps tests if libcurl is SSL-less
return "curl lacks SSL support";
}