commit f79908c1f7004d0abd384451abd923c6b6ba323d
Author: Nicolas Perrenoud <[email protected]>
Date: Thu Feb 4 19:18:24 2016 +0100
Added support for *.cer *.crt *.crl to c_rehash
This is aimed to keep the functionality in sync with OpenSSL 1.0.2
See https://www.openssl.org/docs/man1.0.2/apps/c_rehash.html
openssl-c_rehash.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/openssl-c_rehash.sh b/openssl-c_rehash.sh
index 75a7749..0ea2263 100644
--- a/openssl-c_rehash.sh
+++ b/openssl-c_rehash.sh
@@ -140,7 +140,7 @@ hash_dir()
fi
done
- ls -1 *.pem 2>/dev/null | while read FILE
+ ls -1 *.pem *.cer *.crt *.crl 2>/dev/null | while read FILE
do
check_file ${FILE}
local FILE_TYPE=${?}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/openssl102.git/commitdiff/9fc1b1b87b259e8a327c99835865e91a391efc9e
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit