From: Daan De Meyer Date: Sat, 17 Sep 2022 20:35:19 +0000 (+0200) Subject: test: Install openssl 3 extra library dependencies X-Git-Tag: v252-rc1~98^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c5f7ec4ca63b22d88093386bf7a156149f0050b;p=thirdparty%2Fsystemd.git test: Install openssl 3 extra library dependencies --- diff --git a/test/test-functions b/test/test-functions index fa3ad9fbdc6..d3ebfe0f515 100644 --- a/test/test-functions +++ b/test/test-functions @@ -1267,6 +1267,15 @@ install_missing_libraries() { continue fi done + + # Install extra openssl 3 stuff + path="$(pkg-config --variable=libdir libcrypto)" + inst_simple "${path}/ossl-modules/legacy.so" || true + inst_simple "${path}/ossl-modules/fips.so" || true + inst_simple "${path}/engines-3/afalg.so" || true + inst_simple "${path}/engines-3/capi.so" || true + inst_simple "${path}/engines-3/loader_attic.so" || true + inst_simple "${path}/engines-3/padlock.so" || true } cleanup_loopdev() {