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

Unified Diff: tests/vboot_common2_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 | « host/linktest/main.c ('k') | tests/vboot_common3_tests.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/vboot_common2_tests.c
diff --git a/tests/vboot_common2_tests.c b/tests/vboot_common2_tests.c
index 89ba1f8778fed624b6f5a056310c667453f89215..f5815741ffb87db41d5aacd9fcbd90b53047d005 100644
--- a/tests/vboot_common2_tests.c
+++ b/tests/vboot_common2_tests.c
@@ -213,7 +213,7 @@ int main(int argc, char* argv[]) {
/* Read verification keys and create a test image. */
key_algorithm = atoi(argv[1]);
- private_key = PrivateKeyRead(argv[2], key_algorithm);
+ private_key = PrivateKeyReadPem(argv[2], key_algorithm);
if (!private_key) {
fprintf(stderr, "Error reading private_key");
return 1;
« no previous file with comments | « host/linktest/main.c ('k') | tests/vboot_common3_tests.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698