mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Merge branch 'development' into dtls
* development: Fix missing #define if PLATFORM_C not here
This commit is contained in:
commit
c35e90f8d4
|
|
@ -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 a new issue