diff options
author | Jack Lloyd <[email protected]> | 2019-07-05 04:30:33 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2019-07-05 04:30:33 -0400 |
commit | ece3587979b8b3c25645161acc0d4f280adbfc4c (patch) | |
tree | 288993597f725baf409c53b1f46e4bb9e2ff81be /doc | |
parent | f95731602d83d4fd5686c98f1cfbf02f101a3652 (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.rst | 2 |
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 |