Created
November 9, 2020 16:55
-
-
Save phil-a/dc6be80a7da6a4b47801842a48d4f55c to your computer and use it in GitHub Desktop.
old-openssl
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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