]> Git Repo - J-u-boot.git/commit
rsa-verify: Rework host check for CONFIG_RSA_VERIFY_WITH_PKEY
authorTom Rini <[email protected]>
Tue, 6 Dec 2022 18:51:21 +0000 (13:51 -0500)
committerTom Rini <[email protected]>
Fri, 23 Dec 2022 15:07:03 +0000 (10:07 -0500)
commit137de2cf0dc62d574de7363dd4ac7cc1f4848fcf
tree623250990d8e0fc536bc7fcd17a5592b136dc5b3
parent218ce3695bfd02f048443f888137e134dbcfcbfc
rsa-verify: Rework host check for CONFIG_RSA_VERIFY_WITH_PKEY

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: AKASHI Takahiro <[email protected]>
Cc: Simon Glass <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
lib/rsa/rsa-verify.c
This page took 0.032849 seconds and 4 git commands to generate.