Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The macro 'MBEDTLS_INTERNAL_VALIDATE_RET()' was removed in upstream commit Mbed-TLS/mbedtls@cc0fd47 The macro was a no-op, so just remove the checks. This fixes building OP-TEE with: make PLATFORM=vexpress \ PLATFORM_FLAVOR=juno \ CFG_CRYPTOLIB_NAME=mbedtls \ CFG_CRYPTOLIB_DIR=lib/libmbedtls ... lib/libmbedtls/core/hash.c: In function 'mbedtls_internal_sha1_process': lib/libmbedtls/core/hash.c:205:9: error: implicit declaration of function 'MBEDTLS_INTERNAL_VALIDATE_RET' Signed-off-by: Jacob Kroon <jacobkr@axis.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
- Loading branch information