mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-18 22:30:07 +01:00
Set devel version.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.67])
|
||||
AC_INIT([cryptsetup],[2.0.2])
|
||||
AC_INIT([cryptsetup],[2.0.3-git])
|
||||
|
||||
dnl library version from <major>.<minor>.<release>[-<suffix>]
|
||||
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
|
||||
|
||||
@@ -4277,7 +4277,7 @@ static int verify_and_update_segment_digest(struct crypt_device *cd,
|
||||
|
||||
r = update_volume_key_segment_digest(cd, &cd->u.luks2.hdr, digest, 1);
|
||||
if (r)
|
||||
log_err(cd, _("Failed to designate keyslot %u to be new volume keyslot.\n"), keyslot);
|
||||
log_err(cd, _("Failed to assign keyslot %u as the new volume key.\n"), keyslot);
|
||||
out:
|
||||
crypt_free_volume_key(vk);
|
||||
return r < 0 ? r : keyslot;
|
||||
|
||||
@@ -1510,7 +1510,7 @@ static int action_luksConvertKey(void)
|
||||
goto out;
|
||||
}
|
||||
|
||||
r = tools_get_key(_("Enter passphrase for keylot to be converted: "),
|
||||
r = tools_get_key(_("Enter passphrase for keyslot to be converted: "),
|
||||
&password, &password_size,
|
||||
opt_keyfile_offset, opt_keyfile_size, opt_key_file,
|
||||
opt_timeout, _verify_passphrase(0), 0, cd);
|
||||
|
||||
Reference in New Issue
Block a user