mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-14 12:49:28 +00:00
correct wording
This commit is contained in:
parent
c6bd45d065
commit
a2cc3b0d11
@ -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