aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2014-04-11 15:11:19 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2014-04-11 15:11:26 +0200
commit9c749d608fbac034cd19d02c7a026ecce0fe154d (patch)
treeaf21d9505366a8407921c01036bd410c44602c4f /doc
parente3ce55fddb90c26e1ae497f1452326478f02dbc9 (diff)
parent73288982adb5ed5f93e3a9ef54194609dbe4f96a (diff)
downloadbitcoin-9c749d608fbac034cd19d02c7a026ecce0fe154d.tar.xz
Merge pull request #4009
7328898 Added instructions for when wrong openssl detected after brew link (olalonde)
Diffstat (limited to 'doc')
-rw-r--r--doc/build-osx.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index faa31cb023..0de5c792e9 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -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`