mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09: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.