summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorEneas U de Queiroz <cote2004-github@yahoo.com>2018-11-08 11:16:20 -0200
committerRichard Levitte <levitte@openssl.org>2018-12-10 13:19:26 +0100
commiteb3fe0ee5411449230cff46b7f13ebef37aa950e (patch)
tree9c350dd3a0e4fc6d9321694b93c0be9f8b28eec7 /INSTALL
parent7ffb7fbe8c1c1bc467993389478d2ea6f00e1860 (diff)
downloadopenssl-new-eb3fe0ee5411449230cff46b7f13ebef37aa950e.tar.gz
INSTALL: add note about devcrypto engine
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7585)
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 5cca299770..95fc71a691 100644
--- a/INSTALL
+++ b/INSTALL
@@ -335,6 +335,11 @@
Don't build support for datagram based BIOs. Selecting this
option will also force the disabling of DTLS.
+ enable-devcryptoeng
+ Build the /dev/crypto engine. It is automatically selected
+ on BSD implementations, in which case it can be disabled with
+ no-devcryptoeng.
+
no-dso
Don't build support for loading Dynamic Shared Objects.