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>
1 file changed
tree: 8dd035fa41e9417bd6e4e8515ce71255907169e8
  1. .github/
  2. core/
  3. keys/
  4. ldelf/
  5. lib/
  6. mk/
  7. scripts/
  8. ta/
  9. .azure-pipelines.yml
  10. .checkpatch.conf
  11. .gitattributes
  12. .gitignore
  13. CHANGELOG.md
  14. LICENSE
  15. MAINTAINERS
  16. Makefile
  17. README.md
  18. typedefs.checkpatch
README.md

OP-TEE Trusted OS

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