Skip to content

Instantly share code, notes, and snippets.

@ozrabal
Created November 9, 2020 14:19
Show Gist options
  • Save ozrabal/a858c1dfefcf6bd62585abf05c6dbab1 to your computer and use it in GitHub Desktop.
Save ozrabal/a858c1dfefcf6bd62585abf05c6dbab1 to your computer and use it in GitHub Desktop.
Resolving missing link to libcrypto/openssl on OSX
brew uninstall --ignore-dependencies openssl
curl https://raw.githubusercontent.com/Homebrew/homebrew-core/30fd2b68feb458656c2da2b91e577960b11c42f4/Formula/openssl.rb > openssl.rb
brew install ./openssl.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment