Blame SOURCES/cryptsetup-2.5.0-Fix-typo-in-repair-prompt.patch
|
|
0f7e16 |
diff -rupN cryptsetup-2.4.3.old/src/cryptsetup.c cryptsetup-2.4.3/src/cryptsetup.c
|
|
|
0f7e16 |
--- cryptsetup-2.4.3.old/src/cryptsetup.c 2022-01-21 13:14:56.864817351 +0100
|
|
|
0f7e16 |
+++ cryptsetup-2.4.3/src/cryptsetup.c 2022-01-21 13:15:15.579947027 +0100
|
|
|
0f7e16 |
@@ -1188,7 +1188,7 @@ static int reencrypt_metadata_repair(str
|
|
|
0f7e16 |
_("Operation aborted.\n")))
|
|
|
0f7e16 |
return -EINVAL;
|
|
|
0f7e16 |
|
|
|
0f7e16 |
- r = tools_get_key(_("Enter passphrase to protect and uppgrade reencryption metadata: "),
|
|
|
0f7e16 |
+ r = tools_get_key(_("Enter passphrase to protect and upgrade reencryption metadata: "),
|
|
|
0f7e16 |
&password, &passwordLen, ARG_UINT64(OPT_KEYFILE_OFFSET_ID),
|
|
|
0f7e16 |
ARG_UINT32(OPT_KEYFILE_SIZE_ID), ARG_STR(OPT_KEY_FILE_ID), ARG_UINT32(OPT_TIMEOUT_ID),
|
|
|
0f7e16 |
_verify_passphrase(0), 0, cd);
|