There may be more than one single quote to fix.
authorRichard Levitte <levitte@openssl.org>
Fri, 11 Oct 2002 11:34:24 +0000 (11:34 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 11 Oct 2002 11:34:24 +0000 (11:34 +0000)
PR: 256

tools/c_rehash.in

index 223066e9d9d5b720fb5cc209ed85f2e8d372298f..1a17605728b7488f91093d011786bd437b97b9da 100644 (file)
@@ -100,7 +100,7 @@ sub check_file {
 
 sub link_hash_cert {
                my $fname = $_[0];
-               $fname =~ s/'/'\\''/;
+               $fname =~ s/'/'\\''/g;
                my ($hash, $fprint) = `$openssl x509 -hash -fingerprint -noout -in '$fname'`;
                chomp $hash;
                chomp $fprint;