commit | 012acfc20f663d31ef0718f52bf8ce2bef2d82f2 | [log] [tgz] |
---|---|---|
author | Rich Evans <rich.evans@arm.com> | Fri Jan 30 12:12:11 2015 +0000 |
committer | Rich Evans <rich.evans@arm.com> | Fri Feb 13 16:52:49 2015 +0000 |
tree | 6879390c00150b6f5a8e15bf41b3c1a76f124577 | |
parent | b92965be740f3eb28f37b249a0332711eb65c497 [diff] [blame] |
modify library/memory_buffer_alloc.c, benchmark.c and the tests main code to use polarssl_exit
diff --git a/tests/suites/main_test.function b/tests/suites/main_test.function index bb1083a..d67d875 100644 --- a/tests/suites/main_test.function +++ b/tests/suites/main_test.function
@@ -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