mirror of
https://github.com/curl/curl.git
synced 2026-07-28 08:13:08 +03:00
mk-ca-bundle.pl: add missing $
This commit is contained in:
parent
57b53918d1
commit
076c0ab683
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ sub sha1 {
|
|||
my ($txt)=@_;
|
||||
my $sha1 = `$openssl dgst -sha1 $txt | cut '-d ' -f2`;
|
||||
chomp $sha1;
|
||||
return sha1;
|
||||
return $sha1;
|
||||
}
|
||||
|
||||
sub oldsha1 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue