Merge pull request #4009

7328898 Added instructions for when wrong openssl detected after brew link (olalonde)
This commit is contained in:
Wladimir J. van der Laan 2014-04-11 15:11:19 +02:00
commit 9c749d608f
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 3 additions and 1 deletions

View File

@ -86,7 +86,9 @@ If not, you can ensure that the Homebrew OpenSSL is correctly linked by running
brew link openssl --force
Rerunning "openssl version" should now return the correct version.
Rerunning "openssl version" should now return the correct version. If it
doesn't, make sure `/usr/local/bin` comes before `/usr/bin` in your
PATH.
### Building `bitcoind`