Commit f6091b8b by Jeremy Kemper

No need to rehash when using CAfile. Used for file-per-cert CApath hashing.

parent 527e3e35
...@@ -561,7 +561,6 @@ build_package_mac_openssl() { ...@@ -561,7 +561,6 @@ build_package_mac_openssl() {
local pem_file="$OPENSSLDIR/cert.pem" local pem_file="$OPENSSLDIR/cert.pem"
security find-certificate -a -p /Library/Keychains/System.keychain > "$pem_file" security find-certificate -a -p /Library/Keychains/System.keychain > "$pem_file"
security find-certificate -a -p /System/Library/Keychains/SystemRootCertificates.keychain >> "$pem_file" security find-certificate -a -p /System/Library/Keychains/SystemRootCertificates.keychain >> "$pem_file"
"$OPENSSL_PREFIX_PATH/bin/c_rehash" "$OPENSSLDIR" >&4 2>&1
} }
# Post-install check that the openssl extension was built. # Post-install check that the openssl extension was built.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment