From 5a82897b985ad12e9c9fdaec23efed550da6b82b Mon Sep 17 00:00:00 2001 From: sarathrajsrinivasan Date: Thu, 7 Nov 2024 19:05:15 -0600 Subject: [PATCH] [macOS] Add openssl 1.1 back --- images/macos/scripts/build/install-openssl.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/images/macos/scripts/build/install-openssl.sh b/images/macos/scripts/build/install-openssl.sh index b5a10e093..e2c0a221d 100644 --- a/images/macos/scripts/build/install-openssl.sh +++ b/images/macos/scripts/build/install-openssl.sh @@ -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"