Commit 92635abd by Jeremy Kemper

Be sure to use c_rehash from the OpenSSL build we just installed

parent 81da19cd
......@@ -552,7 +552,7 @@ build_package_mac_openssl() {
# Extract root certs from the system keychain if .pem format and rehash.
security find-certificate -a -p /Library/Keychains/System.keychain > "$OPENSSLDIR/cacert.pem"
c_rehash "$OPENSSLDIR" >&4 2>&1
"$OPENSSL_PREFIX_PATH/bin/c_rehash" "$OPENSSLDIR" >&4 2>&1
}
# 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