mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 11:05:40 +01:00
543e6c5a7e
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
5 lines
207 B
Plaintext
5 lines
207 B
Plaintext
Changes
|
|
* Unify the example programs termination to call mbedtls_exit() instead of
|
|
using a return command. This has been done to enable customization of the
|
|
behavior in bare metal environments.
|