mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
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.
|