mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-03-02 11:34:54 +01:00
Make definition order a bit neater
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
0bd76ee2ed
commit
ff15dbab4c
|
|
@ -34,8 +34,8 @@
|
|||
#define mbedtls_printf printf
|
||||
#define mbedtls_fprintf fprintf
|
||||
#define mbedtls_snprintf snprintf
|
||||
#define mbedtls_exit exit
|
||||
#define mbedtls_setbuf setbuf
|
||||
#define mbedtls_exit exit
|
||||
#define MBEDTLS_EXIT_SUCCESS EXIT_SUCCESS
|
||||
#define MBEDTLS_EXIT_FAILURE EXIT_FAILURE
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue