commit | 7dc4c44267f83ab1a0148047534836d655ee931f | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sat Feb 01 22:50:26 2014 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Thu Feb 06 13:20:16 2014 +0100 |
tree | 91e742762e6508eb3bf1e0c3909e83706b13e600 | |
parent | 747a83a0f775361140592bb684ea2f30f97c40ad [diff] [blame] |
Library files moved to use platform layer
diff --git a/library/pkparse.c b/library/pkparse.c index a5de20b..dcb0f3f 100644 --- a/library/pkparse.c +++ b/library/pkparse.c
@@ -50,8 +50,8 @@ #include "polarssl/pkcs12.h" #endif -#if defined(POLARSSL_MEMORY_C) -#include "polarssl/memory.h" +#if defined(POLARSSL_PLATFORM_C) +#include "polarssl/platform.h" #else #include <stdlib.h> #define polarssl_malloc malloc