]> git.ipfire.org Git - thirdparty/systemd.git/commit
libcrypt-util: turn into dlopen() dependency 38974/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 25 Oct 2025 04:41:33 +0000 (13:41 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Jan 2026 04:06:14 +0000 (13:06 +0900)
commitd0b224f845ce001a28d8e8c77410732617ab5b65
tree7009678a4b0544187f63a7da6a6ac28f4c11a70f
parent8de783a288912a13b65ca269f01f3bc912d1aedb
libcrypt-util: turn into dlopen() dependency

Note, this drops logging only test case for crypt_preferred_method(),
as that requires explicitly dlopen() the library. But, we should test
that make_salt() and friends automatically dlopen() it.
README
meson.build
src/firstboot/meson.build
src/home/meson.build
src/shared/libcrypt-util.c
src/shared/libcrypt-util.h
src/shared/meson.build
src/test/meson.build
src/test/test-dlopen-so.c
src/test/test-libcrypt-util.c