| Index: vboot_firmware/lib/include/vboot_common.h
|
| diff --git a/vboot_firmware/lib/include/vboot_common.h b/vboot_firmware/lib/include/vboot_common.h
|
| index b1d15c00e8961bb0c96225837df2fa9e60fb2df3..41c6500b5540be92a359fea0b61eaa847762368d 100644
|
| --- a/vboot_firmware/lib/include/vboot_common.h
|
| +++ b/vboot_firmware/lib/include/vboot_common.h
|
| @@ -67,7 +67,7 @@ int VerifyData(const uint8_t* data, const VbSignature* sig,
|
| * key [key]. If [key]==NULL, uses only the block checksum to verify
|
| * the key block. Header fields are also checked for sanity. Does not
|
| * verify key index or key block flags. */
|
| -int VerifyKeyBlock(const VbKeyBlockHeader* block, uint64_t size,
|
| +int KeyBlockVerify(const VbKeyBlockHeader* block, uint64_t size,
|
| const VbPublicKey *key);
|
|
|
|
|
|
|