RT1325,2973: Add more extensions to c_rehash
Regexp was bracketed wrong. Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
2f32016bb9
commit
5a8addc432
@ -75,7 +75,7 @@ sub hash_dir {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
closedir 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.
|
# Check to see if certificates and/or CRLs present.
|
||||||
my ($cert, $crl) = check_file($fname);
|
my ($cert, $crl) = check_file($fname);
|
||||||
if(!$cert && !$crl) {
|
if(!$cert && !$crl) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user