diff options
author | Eneas U de Queiroz <cote2004-github@yahoo.com> | 2018-11-08 14:16:20 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2018-12-10 13:19:26 +0100 |
commit | eb3fe0ee5411449230cff46b7f13ebef37aa950e (patch) | |
tree | 9c350dd3a0e4fc6d9321694b93c0be9f8b28eec7 /INSTALL | |
parent | Document the num_tickets s_server option (diff) | |
download | openssl-eb3fe0ee5411449230cff46b7f13ebef37aa950e.tar.xz openssl-eb3fe0ee5411449230cff46b7f13ebef37aa950e.zip |
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-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |