1
0
Fork 0
mirror of https://github.com/yuzu-emu/mbedtls.git synced 2025-05-10 04:22:13 +00:00

Fix missing #define if PLATFORM_C not here

This commit is contained in:
Manuel Pégourié-Gonnard 2015-02-16 18:46:20 +00:00
parent ad350ed759
commit c3e3395c82

View file

@ -33,6 +33,7 @@
#define polarssl_exit exit
#define polarssl_printf printf
#define polarssl_snprintf snprintf
#define polarssl_free free
#endif
#if !defined(POLARSSL_TIMING_C)