or higher -> or greater 3 tests

This commit is contained in:
Viktor Szakats 2026-05-26 18:39:11 +02:00
parent b92d14018c
commit fee38eb181
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -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";