You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explicitly look for openssl@1.1 with Homebrew on macOS
* Some users have "openssl" still linking to the older OpenSSL 1.0.2.
* OpenSSL 1.0.2 is end of life, so it should no longer be used.
* Still try the older 'openssl' for compatibility.
* Look in $(brew --prefix)/opt rather than `brew --prefix $FORMULA` as
that can miss an installed openssl under /usr/local/opt/openssl due to
Homebrew having updating the openssl formula to resolve to openssl@1.1.
(cherry picked from commit df77b98)
0 commit comments