From: Eneas U de Queiroz Date: Thu, 8 Nov 2018 13:16:20 +0000 (-0200) Subject: INSTALL: add note about devcrypto engine X-Git-Tag: OpenSSL_1_1_1b~133 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=72b8228a9c0711bdc1f5f2a9f49bef0bb50ffb58;p=oweals%2Fopenssl.git 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) (cherry picked from commit eb3fe0ee5411449230cff46b7f13ebef37aa950e) --- diff --git a/INSTALL b/INSTALL index 4ce6651b6b..86412c7181 100644 --- a/INSTALL +++ b/INSTALL @@ -326,6 +326,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.