mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-04 03:25:05 +01:00
interim ESP32-S3 changes & diagnostics
This commit is contained in:
@@ -3397,6 +3397,9 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
||||
|
||||
/* Espressif ESP32 */
|
||||
#include <esp_system.h>
|
||||
#if defined(CONFIG_IDF_TARGET_ESP32S3)
|
||||
#include <esp_random.h>
|
||||
#endif
|
||||
|
||||
int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user