commit | 3b6c0c22d1adc99e343af8aea0e3d973623068d0 | [log] [tgz] |
---|---|---|
author | Sohaib ul Hassan <sohaib.ul.hassan@unikie.com> | Fri May 06 14:07:35 2022 +0300 |
committer | Jerome Forissier <jerome.forissier@linaro.org> | Fri May 06 17:07:18 2022 +0200 |
tree | 451f3c8c511190b4884cb1b6dedf9a6bb1e19616 | |
parent | 6d720b843974dde33a8ed94ce01c07494ccf9545 [diff] |
core: libtomcrypt: Fix compilation issue with CFG_CRYPTO_ECC=n Disabling ECC crypto does not disable the libtomcrypt ECC related declarations, so CFG_CRYPTO_ECC=n gives a compilation error. Signed-off-by: Sohaib ul Hassan <sohaib.ul.hassan@unikie.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
This git contains source code for the secure side implementation of OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io.
// OP-TEE core maintainers