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

Unified Diff: host/linktest/main.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/lib/host_key.c ('k') | tests/vboot_common2_tests.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: host/linktest/main.c
diff --git a/host/linktest/main.c b/host/linktest/main.c
index 93c5ac2a9fdfcd8663ef1a42d22b0b2132af0251..a067e1bde7d079ad8a4d8250fcc6c0026dd560f9 100644
--- a/host/linktest/main.c
+++ b/host/linktest/main.c
@@ -7,7 +7,7 @@
int main(void)
{
/* host_key.h */
- PrivateKeyRead(0, 0);
+ PrivateKeyReadPem(0, 0);
PrivateKeyFree(0);
PublicKeyAlloc(0, 0, 0);
PublicKeyRead(0);
« no previous file with comments | « host/lib/host_key.c ('k') | tests/vboot_common2_tests.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698