projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a0168e
)
There may be more than one single quote to fix.
author
Richard Levitte
<levitte@openssl.org>
Fri, 11 Oct 2002 11:34:24 +0000
(11:34 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 11 Oct 2002 11:34:24 +0000
(11:34 +0000)
PR: 256
tools/c_rehash.in
patch
|
blob
|
history
diff --git
a/tools/c_rehash.in
b/tools/c_rehash.in
index 223066e9d9d5b720fb5cc209ed85f2e8d372298f..1a17605728b7488f91093d011786bd437b97b9da 100644
(file)
--- a/
tools/c_rehash.in
+++ b/
tools/c_rehash.in
@@
-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;