aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-07-05 04:30:33 -0400
committerJack Lloyd <[email protected]>2019-07-05 04:30:33 -0400
commitece3587979b8b3c25645161acc0d4f280adbfc4c (patch)
tree288993597f725baf409c53b1f46e4bb9e2ff81be /doc
parentf95731602d83d4fd5686c98f1cfbf02f101a3652 (diff)
Remove BearSSL provider
BearSSL is much slower than Botan's builtins, and it is not commonly included in distributions so doesn't even have the advantage of ubiquity.
Diffstat (limited to 'doc')
-rw-r--r--doc/building.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/building.rst b/doc/building.rst
index c5e0d2c63..fd3eb338e 100644
--- a/doc/building.rst
+++ b/doc/building.rst
@@ -60,7 +60,7 @@ we might see lines like::
INFO: Skipping (incompatible OS): darwin_secrandom getentropy win32_stats
INFO: Skipping (incompatible compiler): aes_armv8 pmull sha1_armv8 sha2_32_armv8
INFO: Skipping (no enabled compression schemes): compression
- INFO: Skipping (requires external dependency): bearssl boost bzip2 lzma openssl sqlite3 tpm zlib
+ INFO: Skipping (requires external dependency): boost bzip2 lzma openssl sqlite3 tpm zlib
The ones that are skipped because they are require an external
dependency have to be explicitly asked for, because they rely on third