mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-22 00:00:07 +01:00
Make changes in token unlock for further changes in reencrypt action.
The token preference condition is moved outside the try_token_unlock routine body.
This commit is contained in:
committed by
Milan Broz
parent
5f48657f4d
commit
8fcd8a78d8
@@ -51,6 +51,7 @@ int luks_try_token_unlock(struct crypt_device *cd,
|
||||
uint32_t activate_flags,
|
||||
int tries,
|
||||
bool activation,
|
||||
bool token_only);
|
||||
bool retry_with_pin,
|
||||
struct crypt_keyslot_context **r_kc);
|
||||
|
||||
#endif /* UTILS_LUKS_H */
|
||||
|
||||
Reference in New Issue
Block a user