commit | 9ad9df8b36e49016951dff271455a5cd465243fb | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Jul 28 16:16:18 2021 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Aug 02 10:48:41 2021 +0200 |
tree | 8dd035fa41e9417bd6e4e8515ce71255907169e8 | |
parent | ade0994c57b388cf0ce5799a5118fb2daf1c155b [diff] |
core: libtomcrypt: libmbedtls: mbedtls_mpi_montred() now returns void After updating MBed TLS to 2.27.0, the internal function mpi_montred() which is exported as mbedtls_mpi_montred() for use when LibTomCrypt is used as a core crypto library, has changed to return void instead of int. Adjust the caller accordingly. 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