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

Unified Diff: tests/vboot_common3_tests.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_common2_tests.c ('k') | utility/vbutil_firmware.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/vboot_common3_tests.c
diff --git a/tests/vboot_common3_tests.c b/tests/vboot_common3_tests.c
index ff75906a915c52781c12ecc3b24bd6d156a26c52..8b7e47021ac10ebaac1cd10ade7747107c699ed0 100644
--- a/tests/vboot_common3_tests.c
+++ b/tests/vboot_common3_tests.c
@@ -264,7 +264,7 @@ int main(int argc, char* argv[]) {
signing_key_algorithm = atoi(argv[1]);
data_key_algorithm = atoi(argv[2]);
- signing_private_key = PrivateKeyRead(argv[3], signing_key_algorithm);
+ signing_private_key = PrivateKeyReadPem(argv[3], signing_key_algorithm);
if (!signing_private_key) {
fprintf(stderr, "Error reading signing_private_key");
return 1;
« no previous file with comments | « tests/vboot_common2_tests.c ('k') | utility/vbutil_firmware.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698