From a08b5c9d032be485fe6e2790c23e8c9bb9fca2ad Mon Sep 17 00:00:00 2001 From: Bill Richardson Date: Wed, 30 Jun 2010 21:59:43 -0700 Subject: Adding --repack and --headeronly options to vbutil_kernel The --repack option lets us sign a previously signed kernel blob with a new kernel data key. The --headeronly option is so we can emit the new verification header separately from the kernel blob. More work to come... Review URL: http://codereview.chromium.org/2812034 --- host/linktest/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/linktest') diff --git a/host/linktest/main.c b/host/linktest/main.c index 93c5ac2a..a067e1bd 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); -- cgit v1.2.1