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-3.0.0-alpha1~2720 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=eb3fe0ee5411449230cff46b7f13ebef37aa950e 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) --- 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.