Fixes compilation, I have no idea if it still does what it should

This commit is contained in:
2022-06-14 18:23:54 +02:00
parent 3f13b49fa3
commit 3cd5dabd0b
6 changed files with 12 additions and 10 deletions

View File

@@ -2263,7 +2263,7 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
#elif defined(WOLFSSL_ESPIDF)
#if defined(WOLFSSL_ESPWROOM32) || defined(WOLFSSL_ESPWROOM32SE)
#include <esp_system.h>
#include <esp_random.h>
int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
{