From 1b7cb0484c0b9ca8bd20d480b8fa8ad6c31dfb12 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 13 Jan 2018 11:59:37 +0000 Subject: [PATCH] openssl: Enable engines Some tools that depend on openssl won't compile without it Signed-off-by: Michael Tremer --- config/rootfiles/common/openssl | 2 ++ lfs/openssl | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/rootfiles/common/openssl b/config/rootfiles/common/openssl index 6f65e710bf..2d8068a6a6 100644 --- a/config/rootfiles/common/openssl +++ b/config/rootfiles/common/openssl @@ -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 diff --git a/lfs/openssl b/lfs/openssl index 2cc687ebd0..f1dccc76c4 100644 --- a/lfs/openssl +++ b/lfs/openssl @@ -53,7 +53,6 @@ CONFIGURE_OPTIONS = \ enable-rfc3779 \ enable-ssl3 \ enable-ssl3-method \ - no-engine \ no-idea \ no-mdc2 \ no-rc5 \ -- 2.39.2