Skip to content

Instantly share code, notes, and snippets.

@phil-a
Created November 9, 2020 16:55
Show Gist options
  • Select an option

  • Save phil-a/dc6be80a7da6a4b47801842a48d4f55c to your computer and use it in GitHub Desktop.

Select an option

Save phil-a/dc6be80a7da6a4b47801842a48d4f55c to your computer and use it in GitHub Desktop.
old-openssl
# Install old openssl
brew tap-new phil/old-openssl
brew extract --version=1.0.2t openssl phil/old-openssl
brew install [email protected]
cd /usr/local/opt
# Remove old symlink
unlink openssl
# Create symlink
ln -s ../Cellar/[email protected]/1.0.2t openssl
# Verify symlink (should equal openssl -> ../Cellar/[email protected]/1.0.2t)
ls -la | grep openssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment