mirror of
https://github.com/systemd/systemd.git
synced 2026-07-07 15:17:20 +00:00
crypt_init_data_device() replaces the crypt_device struct with a new allocation, losing the old one, which we get from crypt_init(). Use crypt_set_data_device() instead. Enhance the test to cover this option too.