summaryrefslogtreecommitdiff
path: root/host/linktest/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'host/linktest/main.c')
-rw-r--r--host/linktest/main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/host/linktest/main.c b/host/linktest/main.c
index 5d56b892..b98e8755 100644
--- a/host/linktest/main.c
+++ b/host/linktest/main.c
@@ -16,8 +16,6 @@
int main(void)
{
/* host_key.h */
- PrivateKeyReadPem(0, 0);
- PrivateKeyFree(0);
PublicKeyAlloc(0, 0, 0);
PublicKeyRead(0);
PublicKeyReadKeyb(0, 0, 0);
@@ -31,7 +29,6 @@ int main(void)
SignatureInit(0, 0, 0, 0);
SignatureAlloc(0, 0);
SignatureCopy(0, 0);
- CalculateSignature(0, 0, 0);
/* host_common.h */
CreateKernelPreamble(0, 0, 0, 0, 0, 0, 0, 0, 0, 0);