aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2016-11-07 10:13:59 -0500
committerJack Lloyd <[email protected]>2016-11-07 10:17:23 -0500
commit9faceec939b2a00043720f07f49e9fee22c60984 (patch)
treedef2efa8cb1bde0659cf611698dce9122e52cbc1 /doc
parent78609678f965b2970e9541a09365c0eb58c8df4a (diff)
Remove mention of GNU MP engine option
Was removed in 1.11.10, but reference here remained. GH #719 Update OpenSSL requirements - 1.0.0 and all older versions are EOL [ci skip]
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/building.rst7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/manual/building.rst b/doc/manual/building.rst
index 1ecccbce6..807ff5556 100644
--- a/doc/manual/building.rst
+++ b/doc/manual/building.rst
@@ -300,13 +300,8 @@ by the user using
- ``--with-sqlite3`` enables storing TLS session information to an
encrypted SQLite database.
- - ``--with-gnump`` adds an alternative engine for public key
- cryptography that uses the GNU MP library. GNU MP 4.1 or later is
- required.
-
- ``--with-openssl`` adds an engine that uses OpenSSL for some public
- key operations and ciphers/hashes. OpenSSL 0.9.7 or later is
- required.
+ key operations and ciphers/hashes. OpenSSL 1.0.1 or later is supported.
Multiple Builds
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^