]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
openssl: Enable engines
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 13 Jan 2018 11:59:37 +0000 (11:59 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Feb 2018 22:19:45 +0000 (22:19 +0000)
Some tools that depend on openssl won't compile without it

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
config/rootfiles/common/openssl
lfs/openssl

index 6f65e710bf8dbf18b6c43666d1a05498e9566555..2d8068a6a634404f3a5f3cabc472e109c19af008 100644 (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
index 2cc687ebd0a90369b66e2373281c44c6d2bd6fec..f1dccc76c41ff7f8931186c03696c3039df519b3 100644 (file)
@@ -53,7 +53,6 @@ CONFIGURE_OPTIONS = \
        enable-rfc3779 \
        enable-ssl3 \
        enable-ssl3-method \
-       no-engine \
        no-idea \
        no-mdc2 \
        no-rc5 \