INSTALL: add note about devcrypto engine
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Thu, 8 Nov 2018 13:16:20 +0000 (11:16 -0200)
committerRichard Levitte <levitte@openssl.org>
Mon, 10 Dec 2018 12:22:13 +0000 (13:22 +0100)
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)

(cherry picked from commit eb3fe0ee5411449230cff46b7f13ebef37aa950e)

INSTALL

diff --git a/INSTALL b/INSTALL
index 4ce6651b6b3422a549bbb0939f6e1725100fa4c6..86412c718161e5c7d9a504097b5cec3bd5fc462f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
                    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.