You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
677 B
13 lines
677 B
2 years ago
|
diff -rupN cryptsetup-2.3.7.old/src/cryptsetup.c cryptsetup-2.3.7/src/cryptsetup.c
|
||
|
--- cryptsetup-2.3.7.old/src/cryptsetup.c 2022-01-20 14:47:13.198475734 +0100
|
||
|
+++ cryptsetup-2.3.7/src/cryptsetup.c 2022-01-20 14:47:24.186505625 +0100
|
||
|
@@ -1137,7 +1137,7 @@ static int reencrypt_metadata_repair(str
|
||
|
_("Operation aborted.\n")))
|
||
|
return -EINVAL;
|
||
|
|
||
|
- r = tools_get_key(_("Enter passphrase to protect and uppgrade reencryption metadata: "),
|
||
|
+ r = tools_get_key(_("Enter passphrase to protect and upgrade reencryption metadata: "),
|
||
|
&password, &passwordLen, opt_keyfile_offset,
|
||
|
opt_keyfile_size, opt_key_file, opt_timeout,
|
||
|
_verify_passphrase(0), 0, cd);
|