mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-10 05:03:02 +03:00
Fix error while removing memory.h usage
This commit is contained in:
@@ -9,6 +9,10 @@
|
|||||||
#define polarssl_free free
|
#define polarssl_free free
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(POLARSSL_MEMORY_BUFFER_ALLOC_C)
|
||||||
|
#include "polarssl/memory_buffer_alloc.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
static int test_errors = 0;
|
static int test_errors = 0;
|
||||||
|
|
||||||
SUITE_PRE_DEP
|
SUITE_PRE_DEP
|
||||||
|
Reference in New Issue
Block a user