]> git.ipfire.org Git - thirdparty/systemd.git/commit
ssl-util: set log level to debug in dlopen_many_sym_or_warn() 42811/head
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Tue, 30 Jun 2026 09:29:10 +0000 (11:29 +0200)
committerAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Tue, 30 Jun 2026 09:29:10 +0000 (11:29 +0200)
commitb888e6b99f0e86a512b472fe5560f9bdb6354485
treec32e396c652b880e5809e9fcc100d76d67c35738
parent7b305b05af87dfa6427cf8e8dadffa49ecea8516
ssl-util: set log level to debug in dlopen_many_sym_or_warn()

Otherwise in systems with OpenSSL 3 the journal contains multiple error entries
because the preferred library libssl.so.4 is not present.

Follow-up for 6caa50183e44b6ef760be4bdbcc98d684c309c5d
src/shared/ssl-util.c