mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-25 22:28:42 +00:00
Fix name conflict and implicit use of functions from string.h
This commit is contained in:
committed by
Mohammad Azim Khan
parent
7a0d84fccc
commit
67735d540b
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user