mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03:00
test: Install openssl 3 extra library dependencies
This commit is contained in:
parent
738edfe667
commit
3c5f7ec4ca
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user