]> git.ipfire.org Git - thirdparty/systemd.git/commit
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)
commit0754db571b05236150ee9f56f2b80a3c0570c712
tree8101cf4325f465514296107c803d3d50a4f09885
parentb68179c0725be3c5ab3de9ac66d33ac011810ecb
parentea2c74744bbddf6bea373d9d2f8381b05b098e59
openssl-util: allow to build with openssl without UI support (#38041)

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.