]> git.ipfire.org Git - thirdparty/systemd.git/commit
cryptsetup: use the new crypt_token_set_external_path() API if available
authorLennart Poettering <lennart@poettering.net>
Tue, 10 Sep 2024 13:40:12 +0000 (15:40 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 10 Sep 2024 17:56:55 +0000 (02:56 +0900)
commitd794c10d9695547834f60e282edc46be0f7f70ca
tree40838b4204966a121767e01bf7fb52e2cf306a44
parent34ed064f67345f24114f27b8d5b83b6ccf6f3d46
cryptsetup: use the new crypt_token_set_external_path() API if available

Let's make use of libcryptsetup's new crypt_token_set_external_path()
API in place of the interposition stuff we have been doing before. Let's
kill it entirely, given that this was a developer feature only anyway
(and guarded by an appropriate ifdef).

Fixes: #30098
meson.build
src/shared/cryptsetup-util.c
src/shared/cryptsetup-util.h