mirror of
https://github.com/curl/curl.git
synced 2026-07-22 22:17:18 +03:00
duplicate ! typo
This commit is contained in:
parent
ccf65be0a4
commit
ff54a74b4d
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue