Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(maint) Remove deprecated OpenSSL functions
macOS x86 builds of agent-runtime-main recently started failing due to a combination of Homebrew updating all of its core Formulae from OpenSSL 1.1.1 to 3.0 and our build was configuring OpenSSL to use the `EC_GROUP_new` and `EVP_rc2_40_cbc` functions that were deprecated in OpenSSL 3[1] This commit removes the configuration flags for OpenSSL 3 that invoke these deprecated functions. [1] https://www.openssl.org/docs/man3.0/man7/migration_guide.html
- Loading branch information