| Index: vboot_firmware/lib/vboot_kernel.c
|
| diff --git a/vboot_firmware/lib/vboot_kernel.c b/vboot_firmware/lib/vboot_kernel.c
|
| index bcf9e171e855e92d7e81887ededabe8ec25b0bac..ca8ba99cb736008948ecd1ade8ace70986106d32 100644
|
| --- a/vboot_firmware/lib/vboot_kernel.c
|
| +++ b/vboot_firmware/lib/vboot_kernel.c
|
| @@ -92,7 +92,7 @@ int LoadKernel2(LoadKernelParams* params) {
|
|
|
| /* Verify the key block */
|
| key_block = (VbKeyBlockHeader*)kbuf;
|
| - if ((0 != VerifyKeyBlock(key_block, KBUF_SIZE, kernel_subkey)))
|
| + if ((0 != KeyBlockVerify(key_block, KBUF_SIZE, kernel_subkey)))
|
| continue;
|
|
|
| /* Check the key block flags against the current boot mode */
|
|
|