mirror of https://github.com/openssl/openssl.git
c_rehash: Drop the issuer_name_hash= prefix from the CRL hash
Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
This commit is contained in:
parent
ce60b13707
commit
87eee75010
|
@ -222,6 +222,7 @@ sub link_hash {
|
||||||
"-fingerprint", "-noout",
|
"-fingerprint", "-noout",
|
||||||
"-in", $fname);
|
"-in", $fname);
|
||||||
chomp $hash;
|
chomp $hash;
|
||||||
|
$hash =~ s/^.*=// if !$is_cert;
|
||||||
chomp $fprint;
|
chomp $fprint;
|
||||||
return if !$hash;
|
return if !$hash;
|
||||||
$fprint =~ s/^.*=//;
|
$fprint =~ s/^.*=//;
|
||||||
|
|
Loading…
Reference in New Issue