1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Test suite automatically uses buffer-based memory allocator if present

Eat your own dog-food..
This commit is contained in:
Paul Bakker
2013-07-03 14:00:49 +02:00
parent 6e339b52e8
commit e07c431eb3
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,7 @@
#if defined(POLARSSL_MEMORY_BUFFER_ALLOC_C)
#include "polarssl/memory.h"
#endif
#ifdef _MSC_VER
#include <basetsd.h>
typedef UINT32 uint32_t;