mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:33:33 +03:00
parent
cbb5544c45
commit
ccba492024
36 changed files with 114 additions and 118 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue