Fix oversights in s/malloc/calloc/
This commit is contained in:
parent
6c967b95ff
commit
a7f8033fa4
2 changed files with 13 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue