mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-19 06:40:08 +01:00
Add --key-description for open command.
This commit is contained in:
@@ -960,7 +960,7 @@ static int init_passphrase(struct keyslot_passwords *kp, size_t keyslot_password
|
||||
return -ENOENT;
|
||||
}
|
||||
|
||||
retry_count = set_tries_tty();
|
||||
retry_count = set_tries_tty(false);
|
||||
|
||||
while (retry_count--) {
|
||||
r = tools_get_key(msg, &password, &passwordLen, 0, 0,
|
||||
|
||||
Reference in New Issue
Block a user