mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-11-25 18:55:24 +00:00
vboot: Remove vboot1 cryptolib padding source
The old vboot1 cryptolib hard-coded many of its padding arrays in a padding.c file. Use the equivalent vboot2 apis instead. This change is almost exclusively on the host and test side; the only firmware impact is on a single line of debug output. BUG=chromium:611535 BRANCH=none TEST=make runtests; emerge-kevin coreboot depthcharge Change-Id: If689ffd92f0255847bea2424950da4547b2c0df3 Signed-off-by: Randall Spangler <rspangler@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/400902 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
#ifndef VBOOT_REFERENCE_CRYPTOLIB_H_
|
||||
#define VBOOT_REFERENCE_CRYPTOLIB_H_
|
||||
|
||||
#include "padding.h"
|
||||
#include "rsa.h"
|
||||
|
||||
#endif /* VBOOT_REFERENCE_CRYPTOLIB_H_ */
|
||||
|
||||
Reference in New Issue
Block a user