From 13c0776aabc152ba5e8fc758a56fc6e92d746bc5 Mon Sep 17 00:00:00 2001 From: Randall Spangler Date: Tue, 18 Oct 2016 13:55:19 -0700 Subject: vboot: Remove the remainder of vb1 cryptolib At this point, all that's left are a few constants in the cryptolib header files, and they're only used by host-side code. So move them to a host-side header file and get rid of cryptolib. BUG=chromium:611535 BRANCH=none TEST=make runtests; emerge-kevin coreboot depthcharge Change-Id: I2235f0e84e13fef313afe54e749b73744b157884 Signed-off-by: Randall Spangler Reviewed-on: https://chromium-review.googlesource.com/400903 Reviewed-by: Daisuke Nojiri --- utility/verify_data.c | 1 - 1 file changed, 1 deletion(-) (limited to 'utility/verify_data.c') diff --git a/utility/verify_data.c b/utility/verify_data.c index d160809b..74a11fc4 100644 --- a/utility/verify_data.c +++ b/utility/verify_data.c @@ -22,7 +22,6 @@ #include "2common.h" #include "2sha.h" #include "2rsa.h" -#include "cryptolib.h" #include "file_keys.h" #include "host_common.h" #include "vb2_common.h" -- cgit v1.2.1