aboutsummaryrefslogtreecommitdiff
path: root/doc/build-osx.md
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2019-10-26 09:14:14 -0400
committerfanquake <fanquake@gmail.com>2019-11-18 08:56:48 -0500
commita4eb83961965347792e9ac75928aae359d5f7405 (patch)
treeb6493ff11b9987c71b79db0095e0ed5bf1f26bd1 /doc/build-osx.md
parent648b2e3c3288ee0b83d4089d27fa7f84a73d118e (diff)
downloadbitcoin-a4eb83961965347792e9ac75928aae359d5f7405.tar.xz
doc: remove OpenSSL from build instructions and licensing info
Diffstat (limited to 'doc/build-osx.md')
-rw-r--r--doc/build-osx.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-osx.md b/doc/build-osx.md
index 9942449bf6..e435798e95 100644
--- a/doc/build-osx.md
+++ b/doc/build-osx.md
@@ -19,7 +19,7 @@ Then install [Homebrew](https://brew.sh).
## Dependencies
```shell
-brew install automake berkeley-db4 libtool boost miniupnpc openssl pkg-config python qt libevent qrencode
+brew install automake berkeley-db4 libtool boost miniupnpc pkg-config python qt libevent qrencode
```
See [dependencies.md](dependencies.md) for a complete overview.