mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
4 lines
207 B
Text
4 lines
207 B
Text
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.
|