commit | 335b95f50f90d5bf297c14b186c60fb605707205 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Jul 28 16:44:41 2021 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Aug 02 10:48:41 2021 +0200 |
tree | f04cc55dd1183b45e08598255bc273f2481e63f4 | |
parent | 9ad9df8b36e49016951dff271455a5cd465243fb [diff] |
core: libmbedtls: add ctr_drbg.c to core sources Mbed TLS after version 2.22.0 needs ctr_drbg.c when MBEDTLS_ECP_C is enabled. Add it to the build. Signed-off-by: Jerome Forissier <jerome@forissier.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