diff options
author | Jack Lloyd <[email protected]> | 2016-01-04 12:08:23 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-01-04 12:08:23 -0500 |
commit | 49850af444825fa347d4bc863cb2ee02e17d5ae8 (patch) | |
tree | 7a5a3d4034e7e016e7a7a90773571e950801d8a6 /doc/manual/building.rst | |
parent | ec326f7e2afa7553c646e5ed841e924a43216850 (diff) |
Misc doc updates
[ci skip]
Diffstat (limited to 'doc/manual/building.rst')
-rw-r--r-- | doc/manual/building.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/manual/building.rst b/doc/manual/building.rst index dd5bebf0f..e4afb7e77 100644 --- a/doc/manual/building.rst +++ b/doc/manual/building.rst @@ -76,12 +76,12 @@ see :ref:`amalgamation`. For instance:: - $ ./configure.py --minimized-build --enable-modules=rsa,ecdsa,eme1,emsa1,emsa4 + $ ./configure.py --minimized-build --enable-modules=rsa,eme_oaep,emsa_pssr -will set up a build that only includes RSA, ECDSA, and some padding -modes, along with their dependencies. A small subset of core features, -including AES, SHA-2, HMAC, and the multiple precision integer -library, are always loaded. +will set up a build that only includes RSA, OAEP, PSS along with any +required dependencies. A small subset of core features, including AES, +SHA-2, HMAC, and the multiple precision integer library, are always +loaded. The script tries to guess what kind of makefile to generate, and it almost always guesses correctly (basically, Visual C++ uses NMAKE with |