Loading tools/c_rehash.in +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
tools/c_rehash.in +1 −1 Original line number Diff line number Diff line Loading @@ -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