Commit f6091b8b authored by Jeremy Kemper's avatar Jeremy Kemper
Browse files

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

parent 527e3e35
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -561,7 +561,6 @@ build_package_mac_openssl() {
  local pem_file="$OPENSSLDIR/cert.pem"
  security find-certificate -a -p /Library/Keychains/System.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.