From eb3fe0ee5411449230cff46b7f13ebef37aa950e Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Thu, 8 Nov 2018 11:16:20 -0200 Subject: [PATCH] INSTALL: add note about devcrypto engine Signed-off-by: Eneas U de Queiroz Reviewed-by: Matthias St. Pierre Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/7585) --- INSTALL | 5 +++++ 1 file changed, 5 insertions(+) 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. -- 2.34.1