mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +03:00
or higher -> or greater 3 tests
This commit is contained in:
parent
b92d14018c
commit
fee38eb181
2 changed files with 6 additions and 6 deletions
|
|
@ -83,7 +83,7 @@ my $logdir = $path .'/log';
|
|||
my $piddir;
|
||||
|
||||
#***************************************************************************
|
||||
# Signal handler to remove our stunnel 4.00 or higher configuration file.
|
||||
# Signal handler to remove our stunnel 4.00 or greater configuration file.
|
||||
#
|
||||
sub exit_signal_handler {
|
||||
my $signame = shift;
|
||||
|
|
@ -280,7 +280,7 @@ if($stunnel_version < 400) {
|
|||
}
|
||||
|
||||
#***************************************************************************
|
||||
# Build command to execute for stunnel 4.00 or higher
|
||||
# Build command to execute for stunnel 4.00 or greater
|
||||
#
|
||||
if($stunnel_version >= 400) {
|
||||
$socketopt = "a:SO_REUSEADDR=1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue