From 80ec8d4e3ee212786dc3092b1c97305b871827f0 Mon Sep 17 00:00:00 2001 From: TANABE Hiroyasu Date: Sat, 30 Aug 2014 17:56:31 -0400 Subject: RT1325,2973: Add more extensions to c_rehash Add .crt/.cer/.crl to the filenames parsed. I also updated the podpage (since it didn't exist when this ticket was first created, nor when it was re-created seven years later). Reviewed-by: Tim Hudson --- tools/c_rehash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/c_rehash.in b/tools/c_rehash.in index bfc4a69ed4..683b413df2 100644 --- a/tools/c_rehash.in +++ b/tools/c_rehash.in @@ -75,7 +75,7 @@ sub hash_dir { } } closedir DIR; - FILE: foreach $fname (grep {/\.pem$/} @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) { -- cgit v1.2.3