summaryrefslogtreecommitdiff
path: root/host/linktest
diff options
context:
space:
mode:
authorRandall Spangler <rspangler@chromium.org>2016-10-14 15:37:25 -0700
committerchrome-bot <chrome-bot@chromium.org>2016-10-29 19:41:09 -0700
commit5a9f498182586f64865b51c874619d674f5d842c (patch)
tree79f69ff6aa363b6f53e010773f20f5f22771e06c /host/linktest
parent13b109762a3bfec025a9bfcb3ead927d0291280e (diff)
downloadvboot-5a9f498182586f64865b51c874619d674f5d842c.tar.gz
host,test: Remove unneeded vb1 rsa functions
Another in a continued stream of refactoring. This change removes more of the vb1 rsa library code and associated tests, in favor of their vb2 equivalents. This change touches only host-side code and its tests, not firmware. BUG=chromium:611535 BRANCH=none TEST=make runtests; emerge-kevin coreboot depthcharge Change-Id: I1973bc2f03c60da62232e30bab0fa5fe791b6b34 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/400901
Diffstat (limited to 'host/linktest')
-rw-r--r--host/linktest/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/linktest/main.c b/host/linktest/main.c
index 3e132115..aca2c745 100644
--- a/host/linktest/main.c
+++ b/host/linktest/main.c
@@ -20,8 +20,6 @@ int main(void)
WriteFile(0, 0, 0);
/* file_keys.h */
- BufferFromFile(0, 0);
- RSAPublicKeyFromFile(0);
DigestFile(0, 0, 0, 0);
/* signature_digest.h */