Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: src/platform/vboot_reference/include/firmware_image_fw.h

Issue 1574005: VBoot Reference: Refactor Part 2 - Crypto Libraries (Closed)
Patch Set: . Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/platform/vboot_reference/include/firmware_image_fw.h
diff --git a/src/platform/vboot_reference/include/firmware_image_fw.h b/src/platform/vboot_reference/include/firmware_image_fw.h
index 53b558ae857cc232ac93b60a33d3864a0cedbae6..dc6db90d8f6b62e24a78909d9092868eb6eb9eba 100644
--- a/src/platform/vboot_reference/include/firmware_image_fw.h
+++ b/src/platform/vboot_reference/include/firmware_image_fw.h
@@ -10,8 +10,7 @@
#define VBOOT_REFERENCE_FIRMWARE_IMAGE_FW_H_
#include <stdint.h>
-#include "rsa.h"
-#include "sha.h"
+#include "cryptolib.h"
#define FIRMWARE_MAGIC "CHROMEOS"
#define FIRMWARE_MAGIC_SIZE 8
« no previous file with comments | « src/platform/vboot_reference/include/file_keys.h ('k') | src/platform/vboot_reference/include/kernel_image_fw.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698