mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 03:15:45 +01:00
Fix missing #define if PLATFORM_C not here
This commit is contained in:
parent
ad350ed759
commit
c3e3395c82
@ -33,6 +33,7 @@
|
|||||||
#define polarssl_exit exit
|
#define polarssl_exit exit
|
||||||
#define polarssl_printf printf
|
#define polarssl_printf printf
|
||||||
#define polarssl_snprintf snprintf
|
#define polarssl_snprintf snprintf
|
||||||
|
#define polarssl_free free
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(POLARSSL_TIMING_C)
|
#if !defined(POLARSSL_TIMING_C)
|
||||||
|
Loading…
Reference in New Issue
Block a user