mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
If some kdf are not available, we incuidentally returned EINVAL error code instead od EPERM. This caused that error message is not correctly printed and also retry count is not applied. Fixes: #745.