Fix name conflict and implicit use of functions from string.h

This commit is contained in:
Mohammad Azim Khan 2017-04-06 11:55:43 +01:00 committed by Mohammad Azim Khan
parent 7a0d84fccc
commit 67735d540b
5 changed files with 5 additions and 0 deletions

View file

@ -1,5 +1,6 @@
/* BEGIN_HEADER */
#include "mbedtls/ctr_drbg.h"
#include "string.h"
static int test_offset_idx;
static int mbedtls_test_entropy_func( void *data, unsigned char *buf, size_t len )