Merge branch '3.3dev' into address_2952

This commit is contained in:
Dirk Wetter
2025-11-27 16:37:16 +01:00
5 changed files with 12 additions and 0 deletions

View File

@@ -23,6 +23,9 @@ my @args="";
# that can be done better but I am a perl n00b ;-)
my $os="$^O";
# useful against "failed to flush stdout" messages
STDOUT->autoflush(1);
die "Unable to open $prg" unless -f $prg;
die "Unable to open $distro_openssl" unless -f $distro_openssl;