commit | c35e90f8d4dc390ca8dccda2a14d3308d4604b54 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Feb 16 18:47:13 2015 +0000 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Mon Feb 16 18:47:13 2015 +0000 |
tree | a325892b9859d111104e055f07ae0b91ede000ed | |
parent | d901d17817363d752d4e0c1b4ba580ac3c438ea4 [diff] | |
parent | c3e3395c827dd00986a45c107bf372d871270b1c [diff] |
Merge branch 'development' into dtls * development: Fix missing #define if PLATFORM_C not here
diff --git a/programs/test/benchmark.c b/programs/test/benchmark.c index 735b443..912aa7d 100644 --- a/programs/test/benchmark.c +++ b/programs/test/benchmark.c
@@ -33,6 +33,7 @@ #define polarssl_exit exit #define polarssl_printf printf #define polarssl_snprintf snprintf +#define polarssl_free free #endif #if !defined(POLARSSL_TIMING_C)