mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-30 22:43:08 +03:00
Fix missing-prototype errors in sample programs
Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
committed by
Minos Galanakis
parent
41a686bb9f
commit
6fa32fd12d
@ -39,7 +39,7 @@ int main(void)
|
||||
|
||||
#define DEV_RANDOM_THRESHOLD 32
|
||||
|
||||
int dev_random_entropy_poll(void *data, unsigned char *output,
|
||||
static int dev_random_entropy_poll(void *data, unsigned char *output,
|
||||
size_t len, size_t *olen)
|
||||
{
|
||||
FILE *file;
|
||||
|
Reference in New Issue
Block a user