Quit using deprecated header.

This commit is contained in:
Manuel Pégourié-Gonnard 2015-01-23 17:38:09 +00:00
parent 0a155b826c
commit d43ccb66fb
4 changed files with 3 additions and 7 deletions

View File

@ -48,7 +48,7 @@
#endif
#if defined(POLARSSL_MEMORY_BUFFER_ALLOC_C)
#include "polarssl/memory.h"
#include "polarssl/memory_buffer_alloc.h"
#endif
#if !defined(POLARSSL_BIGNUM_C) || !defined(POLARSSL_CERTS_C) || \

View File

@ -79,7 +79,7 @@ int main( int argc, char *argv[] )
#endif
#if defined(POLARSSL_MEMORY_BUFFER_ALLOC_C)
#include "polarssl/memory.h"
#include "polarssl/memory_buffer_alloc.h"
#endif
#define DFL_SERVER_ADDR NULL

View File

@ -57,7 +57,7 @@
#include "polarssl/timing.h"
#if defined(POLARSSL_MEMORY_BUFFER_ALLOC_C)
#include "polarssl/memory.h"
#include "polarssl/memory_buffer_alloc.h"
#endif
int main( int argc, char *argv[] )

View File

@ -1,7 +1,3 @@
#if defined(POLARSSL_MEMORY_BUFFER_ALLOC_C)
#include "polarssl/memory.h"
#endif
#if defined(POLARSSL_PLATFORM_C)
#include "polarssl/platform.h"
#else