RT1325,2973: Add more extensions to c_rehash
Regexp was bracketed wrong. Reviewed-by: Tim Hudson <tjh@openssl.org> (cherry picked from commit 5a8addc432503d99dba39474892b07345a619641)
This commit is contained in:
parent
2102c53caa
commit
c56be26d9f
@ -75,7 +75,7 @@ sub hash_dir {
|
||||
}
|
||||
}
|
||||
closedir DIR;
|
||||
FILE: foreach $fname (grep {/\.(pem)|(crt)|(cer)|(crl)$/} @flist) {
|
||||
FILE: foreach $fname (grep {/\.(pem|crt|cer|crl)$/} @flist) {
|
||||
# Check to see if certificates and/or CRLs present.
|
||||
my ($cert, $crl) = check_file($fname);
|
||||
if(!$cert && !$crl) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user