Skip to content

Commit a4eb839

Browse files
committed
doc: remove OpenSSL from build instructions and licensing info
1 parent 648b2e3 commit a4eb839

File tree

12 files changed

+5
-31
lines changed

12 files changed

+5
-31
lines changed

build_msvc/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Quick Start
1212
The minimal steps required to build Bitcoin Core with the msbuild toolchain are below. More detailed instructions are contained in the following sections.
1313

1414
```
15-
vcpkg install --triplet x64-windows-static boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent openssl zeromq berkeleydb rapidcheck double-conversion
15+
vcpkg install --triplet x64-windows-static boost-filesystem boost-multi-index boost-signals2 boost-test boost-thread libevent zeromq berkeleydb rapidcheck double-conversion
1616
py -3 build_msvc\msvc-autogen.py
1717
msbuild /m build_msvc\bitcoin.sln /p:Platform=x64 /p:Configuration=Release /t:build
1818
```
@@ -33,7 +33,6 @@ The [external dependencies](https://github.com/bitcoin/bitcoin/blob/master/doc/d
3333
- Boost
3434
- DoubleConversion
3535
- libevent
36-
- OpenSSL
3736
- Qt5
3837
- RapidCheck
3938
- ZeroMQ

doc/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,3 @@ The Bitcoin repo's [root README](/README.md) contains relevant information on th
8484
License
8585
---------------------
8686
Distributed under the [MIT software license](/COPYING).
87-
This product includes software developed by the OpenSSL Project for use in the [OpenSSL Toolkit](https://www.openssl.org/). This product includes
88-
cryptographic software written by Eric Young ([[email protected]](mailto:[email protected])), and UPnP software written by Thomas Bernard.

doc/build-freebsd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This guide does not contain instructions for building the GUI.
1111
You will need the following dependencies, which can be installed as root via pkg:
1212

1313
```shell
14-
pkg install autoconf automake boost-libs git gmake libevent libtool openssl pkgconf
14+
pkg install autoconf automake boost-libs git gmake libevent libtool pkgconf
1515

1616
git clone https://github.com/bitcoin/bitcoin.git
1717
```

doc/build-osx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Then install [Homebrew](https://brew.sh).
1919

2020
## Dependencies
2121
```shell
22-
brew install automake berkeley-db4 libtool boost miniupnpc openssl pkg-config python qt libevent qrencode
22+
brew install automake berkeley-db4 libtool boost miniupnpc pkg-config python qt libevent qrencode
2323
```
2424

2525
See [dependencies.md](dependencies.md) for a complete overview.

doc/build-unix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ built by default.
127127

128128
Build requirements:
129129

130-
sudo dnf install gcc-c++ libtool make autoconf automake openssl-devel libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3
130+
sudo dnf install gcc-c++ libtool make autoconf automake libevent-devel boost-devel libdb4-devel libdb4-cxx-devel python3
131131

132132
Optional (see `--with-miniupnpc` and `--enable-upnp-default`):
133133

doc/dependencies.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
1717
| libpng | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) |
1818
| librsvg | | | | | |
1919
| MiniUPnPc | [2.0.20180203](http://miniupnp.free.fr/files) | | No | | |
20-
| OpenSSL | [1.0.1k](https://www.openssl.org/source) | | Yes | | |
2120
| PCRE | | | | | [Yes](https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk) |
2221
| Python (tests) | | [3.5](https://www.python.org/downloads) | | | |
2322
| qrencode | [3.4.4](https://fukuchi.org/works/qrencode) | | No | | |

doc/man/bitcoin-cli.1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,3 @@ The source code is available from <https://github.com/bitcoin/bitcoin>.
113113
This is experimental software.
114114
Distributed under the MIT software license, see the accompanying file COPYING
115115
or <https://opensource.org/licenses/MIT>
116-
117-
This product includes software developed by the OpenSSL Project for use in the
118-
OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
119-
Eric Young and UPnP software written by Thomas Bernard.

doc/man/bitcoin-qt.1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,3 @@ The source code is available from <https://github.com/bitcoin/bitcoin>.
608608
This is experimental software.
609609
Distributed under the MIT software license, see the accompanying file COPYING
610610
or <https://opensource.org/licenses/MIT>
611-
612-
This product includes software developed by the OpenSSL Project for use in the
613-
OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
614-
Eric Young and UPnP software written by Thomas Bernard.

doc/man/bitcoin-tx.1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,3 @@ The source code is available from <https://github.com/bitcoin/bitcoin>.
114114
This is experimental software.
115115
Distributed under the MIT software license, see the accompanying file COPYING
116116
or <https://opensource.org/licenses/MIT>
117-
118-
This product includes software developed by the OpenSSL Project for use in the
119-
OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
120-
Eric Young and UPnP software written by Thomas Bernard.

doc/man/bitcoin-wallet.1

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,3 @@ The source code is available from <https://github.com/bitcoin/bitcoin>.
6161
This is experimental software.
6262
Distributed under the MIT software license, see the accompanying file COPYING
6363
or <https://opensource.org/licenses/MIT>
64-
65-
This product includes software developed by the OpenSSL Project for use in the
66-
OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
67-
Eric Young and UPnP software written by Thomas Bernard.

0 commit comments

Comments
 (0)