
5 Dec
2022
5 Dec
'22
5:11 p.m.
On Mon, 5 Dec 2022 at 11:37, Tom Rini trini@konsulko.com wrote:
While we do not want to use CONFIG_RSA_VERIFY_WITH_PKEY on the host, we cannot undef the symbol in this manner. As this ends up being a test within another function we can use !tools_build() as a test here.
Cc: Simon Glass sjg@chromium.org Signed-off-by: Tom Rini trini@konsulko.com
Changes in v2:
- Switch to !tools_build() per Simon
lib/rsa/rsa-verify.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org