| Index: host/linktest/main.c
|
| diff --git a/host/linktest/main.c b/host/linktest/main.c
|
| index 91fc5aff6666d792bec06b25f54ccc74023eb10a..767a902575bbaacfe26b188a5add07bf169a270d 100644
|
| --- a/host/linktest/main.c
|
| +++ b/host/linktest/main.c
|
| @@ -10,7 +10,12 @@ int main(void)
|
| PublicKeyInit(0, 0, 0);
|
| PublicKeyAlloc(0, 0, 0);
|
| PublicKeyCopy(0, 0);
|
| - PublicKeyRead(0, 0, 0);
|
| + PublicKeyRead(0);
|
| + PublicKeyReadKeyb(0, 0, 0);
|
| + PublicKeyWrite(0, 0);
|
| +
|
| + /* host_misc.h */
|
| + ReadFile(0, 0);
|
|
|
| /* host_signature.h */
|
| SignatureInit(0, 0, 0, 0);
|
| @@ -22,7 +27,7 @@ int main(void)
|
| /* host_common.h */
|
| CreateKeyBlock(0, 0, 0);
|
| CreateFirmwarePreamble(0, 0, 0, 0);
|
| - CreateKernelPreamble(0, 0, 0, 0, 0, 0);
|
| + CreateKernelPreamble(0, 0, 0, 0, 0, 0, 0);
|
|
|
| return 0;
|
| }
|
|
|