Fix dependencies and includes without FS_IO and PLATFORM_C
This commit is contained in:
parent
3966d71fa8
commit
5b11d026cd
3 changed files with 4 additions and 2 deletions
|
@ -385,6 +385,7 @@ int entropy_update_seed_file( entropy_context *ctx, const char *path )
|
|||
#if defined(POLARSSL_PLATFORM_C)
|
||||
#include "polarssl/platform.h"
|
||||
#else
|
||||
#include <stdio.h>
|
||||
#define polarssl_printf printf
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue