From bda20bd13f8bf2063f915a3619db2292b38b6d88 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 11 Jul 2015 14:23:44 -0500 Subject: Improve automatic handling of OPENSSLDIR Install a default cert.pem, openssl.cnf, x509v3.cnf in OPENSSLDIR, which is derived by default from sysconfdir and the prefix setting. --- update.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'update.sh') diff --git a/update.sh b/update.sh index 008931e..1c11731 100755 --- a/update.sh +++ b/update.sh @@ -203,7 +203,9 @@ sed -e "s/compat\///" crypto/Makefile.am.arc4random > \ # copy openssl(1) source echo "copying openssl(1) source" $CP $libc_src/stdlib/strtonum.c apps +$CP $libcrypto_src/cert.pem apps $CP $libcrypto_src/openssl.cnf apps +$CP $libcrypto_src/x509v3.cnf apps for i in `awk '/SOURCES|HEADERS/ { print $3 }' apps/Makefile.am` ; do if [ -e $openssl_app_src/$i ]; then $CP $openssl_app_src/$i apps -- cgit v1.2.3-55-g6feb