mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-11 20:28:27 +00:00
correct wording
This commit is contained in:
parent
e676d64a62
commit
a4c1e5965f
@ -588,7 +588,7 @@ static EFI_STATUS store_keys (void *MokNew, UINTN MokNewSize)
|
|||||||
get_password(&pw_length, password);
|
get_password(&pw_length, password);
|
||||||
|
|
||||||
if (pw_length < 8) {
|
if (pw_length < 8) {
|
||||||
Print(L"At 8 characters for the password\n");
|
Print(L"At least 8 characters for the password\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
efi_status = compute_pw_hash(MokNew, MokNewSize, password,
|
efi_status = compute_pw_hash(MokNew, MokNewSize, password,
|
||||||
|
Loading…
Reference in New Issue
Block a user