diff options
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/mk-ca-bundle.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mk-ca-bundle.pl b/lib/mk-ca-bundle.pl index 9c86cc208..0485bafd6 100755 --- a/lib/mk-ca-bundle.pl +++ b/lib/mk-ca-bundle.pl @@ -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 { |