Fix oversights in s/malloc/calloc/

This commit is contained in:
Manuel Pégourié-Gonnard 2015-05-27 20:26:40 +02:00
parent 6c967b95ff
commit a7f8033fa4
2 changed files with 13 additions and 16 deletions

View file

@ -414,9 +414,6 @@
#if defined MBEDTLS_PLATFORM_FREE_MACRO
#define POLARSSL_PLATFORM_FREE_MACRO MBEDTLS_PLATFORM_FREE_MACRO
#endif
#if defined MBEDTLS_PLATFORM_MALLOC_MACRO
#define POLARSSL_PLATFORM_MALLOC_MACRO MBEDTLS_PLATFORM_MALLOC_MACRO
#endif
#if defined MBEDTLS_PLATFORM_MEMORY
#define POLARSSL_PLATFORM_MEMORY MBEDTLS_PLATFORM_MEMORY
#endif