1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-05 00:22:11 +03:00

Merge branch 'development' into dtls

* development:
  Fix missing #define if PLATFORM_C not here
This commit is contained in:
Manuel Pégourié-Gonnard 2015-02-16 18:47:13 +00:00
commit c35e90f8d4

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)