| Index: src/platform/vboot_reference/include/kernel_image_fw.h
|
| diff --git a/src/platform/vboot_reference/include/kernel_image_fw.h b/src/platform/vboot_reference/include/kernel_image_fw.h
|
| index 6446e8c11a9f306bc610ea5fd0ac7bc578852118..d299b5a28e6abe5607c76e01b41607660bbb57cf 100644
|
| --- a/src/platform/vboot_reference/include/kernel_image_fw.h
|
| +++ b/src/platform/vboot_reference/include/kernel_image_fw.h
|
| @@ -10,8 +10,8 @@
|
| #define VBOOT_REFERENCE_KERNEL_IMAGE_FW_H_
|
|
|
| #include <stdint.h>
|
| -
|
| -#include "cryptolib.h"
|
| +#include "rsa.h"
|
| +#include "sha.h"
|
|
|
| #define KERNEL_MAGIC "CHROMEOS"
|
| #define KERNEL_MAGIC_SIZE 8
|
|
|