1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

Fix dependencies and includes without FS_IO and PLATFORM_C

This commit is contained in:
Paul Bakker
2014-07-10 13:54:38 +02:00
parent 3966d71fa8
commit 5b11d026cd
3 changed files with 4 additions and 2 deletions

View File

@ -340,6 +340,7 @@ int ccm_auth_decrypt( ccm_context *ctx, size_t length,
#if defined(POLARSSL_PLATFORM_C)
#include "polarssl/platform.h"
#else
#include <stdio.h>
#define polarssl_printf printf
#endif