Merge remote-tracking branch 'rich/platform' into development

* rich/platform:
  modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit
  modify programs/*.c to use polarssl_snprintf
This commit is contained in:
Manuel Pégourié-Gonnard 2015-02-16 16:10:51 +00:00
commit ab025803ed
8 changed files with 9 additions and 1 deletions

View file

@ -3,6 +3,7 @@
#if defined(POLARSSL_PLATFORM_C)
#include "polarssl/platform.h"
#else
#include <stdio.h>
#define polarssl_exit exit
#define polarssl_free free
#define polarssl_malloc malloc