fix bug introduced by the addition of snprintf and assert macro which caused tests to fail without polarssl_platform_c defined

This commit is contained in:
Rich Evans
2015-02-03 11:48:59 +00:00
parent 4cc8a22d88
commit 3d62e72648
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,3 @@
#include <stdio.h>
#include <string.h>
#if defined(POLARSSL_PLATFORM_C)