1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

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

@@ -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[] )