openssl: Enable engines

Some tools that depend on openssl won't compile without it

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2018-01-13 11:59:37 +00:00
parent a46b159a8d
commit 1b7cb0484c
2 changed files with 2 additions and 1 deletions

View File

@@ -82,6 +82,8 @@ usr/bin/openssl
#usr/include/openssl/x509.h
#usr/include/openssl/x509_vfy.h
#usr/include/openssl/x509v3.h
usr/lib/engines-1.1/capi.so
usr/lib/engines-1.1/padlock.so
#usr/lib/libcrypto.a
usr/lib/libcrypto.so
usr/lib/libcrypto.so.1.1

View File

@@ -53,7 +53,6 @@ CONFIGURE_OPTIONS = \
enable-rfc3779 \
enable-ssl3 \
enable-ssl3-method \
no-engine \
no-idea \
no-mdc2 \
no-rc5 \