]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
openssl-util: allow to build with openssl without UI support (#38041)
authorLuca Boccassi <bluca@debian.org>
Thu, 3 Jul 2025 21:11:02 +0000 (22:11 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Jul 2025 21:11:02 +0000 (22:11 +0100)
This makes it possible to build systemd with
-Dc_args='-DOPENSSL_NO_UI_CONSOLE=1'. Hopefully, now systemd can be
built with other openssl implementations, like BoringSSL, which deos not
support UIs.

Closes #38024.


Trivial merge