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

Unified Diff: src/platform/vboot_reference/utils/kernel_image_fw.c

Issue 1593002: Revert "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/utils/kernel_image_fw.c
diff --git a/src/platform/vboot_reference/utils/kernel_image_fw.c b/src/platform/vboot_reference/utils/kernel_image_fw.c
index 734111c6840e75acb8be72adaf721a586f443f25..466d34af90335220c2e85eff7858267a30e67df6 100644
--- a/src/platform/vboot_reference/utils/kernel_image_fw.c
+++ b/src/platform/vboot_reference/utils/kernel_image_fw.c
@@ -8,8 +8,10 @@
#include "kernel_image_fw.h"
-#include "cryptolib.h"
+#include "padding.h"
#include "rollback_index.h"
+#include "rsa_utility.h"
+#include "sha_utility.h"
#include "utility.h"
/* Macro to determine the size of a field structure in the KernelImage
« no previous file with comments | « src/platform/vboot_reference/utils/kernel_image.c ('k') | src/platform/vboot_reference/utils/kernel_utility.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698