]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
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)
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

index 4b7ab2ec29f741c44dbccbc3d3abf244dee7c19b..80af61654e2a69f38ef31530d8e8629026afe6d0 100644 (file)
@@ -44,7 +44,7 @@ int dlopen_libssl(int log_level) {
                 r = dlopen_many_sym_or_warn(
                                 &libssl_dl,
                                 soname,
-                                log_level,
+                                LOG_DEBUG,
                                 DLSYM_ARG(SSL_ctrl),
                                 DLSYM_ARG(SSL_CTX_ctrl),
                                 DLSYM_ARG(SSL_CTX_free),