SyntaxFix
Write A Post
Hire A Developer
Questions
You can run brew link openssl to link it into /usr/local, if you don't mind the potential problem highlighted in the warning message. Otherwise, you can add the openssl bin directory to your path:
brew link openssl
/usr/local
export PATH=$(brew --prefix openssl)/bin:$PATH