From 7d0cc747c75408a6edabbf4adeb4e898b6118e97 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Thu, 30 Jun 2016 11:30:32 -0700 Subject: vboot: Remove vboot1 host signature functions These have been superseded by their vboot2 equivalents. No firmware changes; host-only. BUG=chromium:611535 BRANCH=none TEST=make runtests Change-Id: I36b5d3357767f32489efb7e480049620dcc0fce4 Signed-off-by: Randall Spangler Reviewed-on: https://chromium-review.googlesource.com/363970 Reviewed-by: Daisuke Nojiri --- tests/vboot_common2_tests.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/vboot_common2_tests.c b/tests/vboot_common2_tests.c index a867f723..981b4286 100644 --- a/tests/vboot_common2_tests.c +++ b/tests/vboot_common2_tests.c @@ -120,7 +120,7 @@ static void ReSignKernelPreamble(VbKernelPreambleHeader *h, struct vb2_signature *sig = vb2_calculate_signature( (const uint8_t *)h, h->preamble_signature.data_size, key); - SignatureCopy(&h->preamble_signature, (VbSignature *)sig); + vb2_copy_signature((struct vb2_signature *)&h->preamble_signature, sig); free(sig); } -- cgit v1.2.1