cryptsetup: implicitly set global log functions when loading libcryptsetup dynamically
authorLennart Poettering <lennart@poettering.net>
Tue, 1 Jun 2021 11:11:48 +0000 (13:11 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 1 Jun 2021 11:33:05 +0000 (13:33 +0200)
commite9252faee90705f35d632022bf7e8a2a0e16a527
tree2ad057b863968437e2e8a48604120704a62c570d
parent0608e2d3a576bcdf30d61f7c370b83ca4c481d91
cryptsetup: implicitly set global log functions when loading libcryptsetup dynamically

So far we only set the per-crypt_device log functions, but some
libcryptsetup calls we invoke without a crypt_device objects, and we
want those to redirect to our infra too.
src/shared/cryptsetup-util.c