In my mac version 10.15.5, openssl is still pointing to LibreSSL 2.8.3. I have used the below commands, but no luck
homebrew install libressl
After installation when I ran the version command it is still showing LibreSSL 2.8.3 Also below command is throwing error -
brew link --force openssl
Warning: Refusing to link macOS provided/shadowed software: [email protected]
If you need to have [email protected] first in your PATH run:
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.zshrc
For compilers to find [email protected] you may need to set:
export LDFLAGS="-L/usr/local/opt/[email protected]/lib"
export CPPFLAGS="-I/usr/local/opt/[email protected]/include"