summaryrefslogtreecommitdiff
path: root/host/linktest
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2010-06-30 21:59:43 -0700
committerBill Richardson <wfrichar@chromium.org>2010-06-30 21:59:43 -0700
commita08b5c9d032be485fe6e2790c23e8c9bb9fca2ad (patch)
tree1bc8a3a828540e5efad996fb22444a707026fd08 /host/linktest
parent2a80e8a41627b367946480c72cb8c389df8d0cb3 (diff)
downloadvboot-a08b5c9d032be485fe6e2790c23e8c9bb9fca2ad.tar.gz
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
Diffstat (limited to 'host/linktest')
-rw-r--r--host/linktest/main.c2
1 files changed, 1 insertions, 1 deletions
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);