mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 08:04:33 +02:00
Fix build issues for implicit declaration for esp_fill_random
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <esp_system.h>
|
#include <esp_random.h>
|
||||||
|
|
||||||
/* ToDo - Remove this once appropriate solution is available.
|
/* 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,
|
We need to define this for the file as ssl_misc.h uses private structures from mbedtls,
|
||||||
|
Reference in New Issue
Block a user