Fix building statically without any dso support

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9895)
This commit is contained in:
Bernd Edlinger 2019-09-13 10:45:29 +02:00
parent 1aa89a7a3a
commit 3b2f8c771a
3 changed files with 7 additions and 3 deletions

View file

@ -364,6 +364,9 @@
Don't build support for datagram based BIOs. Selecting this
option will also force the disabling of DTLS.
no-dso
Don't build support for loading Dynamic Shared Objects.
enable-devcryptoeng
Build the /dev/crypto engine. It is automatically selected
on BSD implementations, in which case it can be disabled with