mk-ca-bundle.pl: add missing $
This commit is contained in:
parent
57b53918d1
commit
076c0ab683
@ -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…
Reference in New Issue
Block a user