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

Unified Diff: utility/vbutil_firmware.c

Issue 2812034: Adding --repack and --headeronly options to vbutil_kernel (Closed) Base URL: ssh://git@chromiumos-git//vboot_reference.git
Patch Set: oops. Created 10 years, 6 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
« no previous file with comments | « tests/vboot_common3_tests.c ('k') | utility/vbutil_kernel.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utility/vbutil_firmware.c
diff --git a/utility/vbutil_firmware.c b/utility/vbutil_firmware.c
index efc91276a0dbbe0f1a71ee82ff993305eb8d3887..4966e198d69b3950727a7b5d3a9f8e7961cfa3b3 100644
--- a/utility/vbutil_firmware.c
+++ b/utility/vbutil_firmware.c
@@ -101,7 +101,7 @@ static int Vblock(const char* outfile, const char* keyblock_file,
return 1;
}
- signing_key = PrivateKeyRead(signprivate, key_block->data_key.algorithm);
+ signing_key = PrivateKeyReadPem(signprivate, key_block->data_key.algorithm);
if (!signing_key) {
error("Error reading signing key.\n");
return 1;
« no previous file with comments | « tests/vboot_common3_tests.c ('k') | utility/vbutil_kernel.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698