Fix build issues for implicit declaration for esp_fill_random

This commit is contained in:
Mahavir Jain 2022-03-08 10:36:02 +05:30 committed by BOT
parent 32a6550e87
commit 5ca79a00dd

View File

@ -10,7 +10,7 @@
#include <string.h>
#include <stdio.h>
#include <stdbool.h>
#include <esp_system.h>
#include <esp_random.h>
/* ToDo - Remove this once appropriate solution is available.
We need to define this for the file as ssl_misc.h uses private structures from mbedtls,