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.

Revisions

  1. phil-a created this gist Nov 9, 2020.
    15 changes: 15 additions & 0 deletions install-old-openssl.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    # 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