mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-05 22:19:11 +01:00
Merge pull request #2710 from k-stachowiak/unified-exit-in-examples-2.16
Backport 2.16: Unify the example programs' termination
This commit is contained in:
commit
8b34fef0a8
50 changed files with 123 additions and 114 deletions
4
ChangeLog.d/unified-exit-in-examples.txt
Normal file
4
ChangeLog.d/unified-exit-in-examples.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue