]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/cryptsetup/cryptsetup.c
cryptsetup: explicitl set default log functions wherever needed
authorLennart Poettering <lennart@poettering.net>
Tue, 1 Jun 2021 11:16:47 +0000 (13:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 1 Jun 2021 11:33:09 +0000 (13:33 +0200)
commit2f67864064d846c3d1bbbe58ab271c0a8fc83b12
tree8ce153d8b336c9a0a019af0d8f842a3fe80a0aca
parente9252faee90705f35d632022bf7e8a2a0e16a527
cryptsetup: explicitl set default log functions wherever needed

Code using libcryptsetup already sets the global log function if it uses
dlopen_cryptsetup(). Make sure we do the same for the three programs
that explicitly link against libcryptsetup and hence to not use
dlopen_cryptsetup().
src/cryptenroll/cryptenroll.c
src/cryptsetup/cryptsetup.c
src/veritysetup/veritysetup.c