Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-updates-src > by-pkgid > e84125b22942fdea1d356c0cce11b9a3 > files > 10

openssl-1.0.0d-2.4.mga1.src.rpm

--- openssl-0.9.8e/tools/c_rehash.in.orig	2007-08-27 15:10:34.000000000 -0300
+++ openssl-0.9.8e/tools/c_rehash.in	2007-08-27 15:12:41.000000000 -0300
@@ -59,7 +59,7 @@
 		}
 	}
 	closedir DIR;
-	FILE: foreach $fname (grep {/\.pem$/} @flist) {
+	FILE: foreach $fname (grep {/\.pem$|\.crt$/} @flist) {
 		# Check to see if certificates and/or CRLs present.
 		my ($cert, $crl) = check_file($fname);
 		if(!$cert && !$crl) {