aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-09-09 19:50:37 -0400
committerJack Lloyd <[email protected]>2019-09-09 19:50:37 -0400
commit0bc7891753849684171c4743ef447fe6bb53d894 (patch)
treeb2fe2899b3ee0b281360a9f1836d3a88bd2492ae /doc
parent9f7b4559fd4e61b276e7f8210701c3449a84949e (diff)
Change this example
Diffstat (limited to 'doc')
-rw-r--r--doc/building.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/building.rst b/doc/building.rst
index 0c7608341..9227c8a6e 100644
--- a/doc/building.rst
+++ b/doc/building.rst
@@ -434,8 +434,8 @@ not exist until after you run the script for the first time).
Also included in ``build/build.h`` are macros which let applications
check which features are included in the current version of the
library. All of them begin with ``BOTAN_HAS_``. For example, if
-``BOTAN_HAS_BLOWFISH`` is defined, then an application can include
-``<botan/blowfish.h>`` and use the Blowfish class.
+``BOTAN_HAS_RSA`` is defined, then an application knows that this
+version of the library has RSA available.
``BOTAN_MP_WORD_BITS``: This macro controls the size of the words used for
calculations with the MPI implementation in Botan. It must be set to either 32