tidy-up: miscellaneous

Closes #20851
This commit is contained in:
Viktor Szakats 2026-02-26 03:13:56 +01:00
parent cbb5544c45
commit ccba492024
No known key found for this signature in database
36 changed files with 114 additions and 118 deletions

View file

@ -382,7 +382,7 @@ if(!$filedate) {
}
# get the hash from the download file
my $newhash= sha256($txt);
my $newhash = sha256($txt);
if(!$opt_f && $oldhash eq $newhash) {
report "Downloaded file identical to previous run\'s source file. Exiting";
@ -426,7 +426,7 @@ print CRT <<EOT;
EOT
report "Processing '$txt' ...";
report "Processing '$txt' ...";
my $caname;
my $certnum = 0;
my $skipnum = 0;