[macOS] Add openssl 1.1 back

This commit is contained in:
sarathrajsrinivasan
2024-11-07 19:05:15 -06:00
parent 84c4b32b94
commit 5a82897b98

View File

@@ -19,9 +19,4 @@ echo "export OPENSSL=${OPENSSL}" >> ${HOME}/.bashrc
ln -sf /usr/local/openssl/bin/openssl /usr/local/bin/openssl
if ! is_Arm64; then
# Most of build systems and scripts look up ssl here
ln -sf $(brew --cellar openssl@1.1)/1.1* /usr/local/opt/openssl
fi
invoke_tests "OpenSSL"