This commit is contained in:
Hideki Miyazaki
2019-01-16 12:10:09 +09:00
parent e519e1eb2a
commit 2753d2d548
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Including the following examples:
3. Uncomment out #define WOLFSSL_ESPWROOM32SE in /path/to/wolfssl/wolfssl/wolfcrypt/settings.h
Note : Need to enable both WOLFSSL_ESPIDF and WOLFSSL_ESPWROOM32
Note : Need to enable WOLFSSL_ESPIDF
Note : crypt test will fail if enabled WOLFSSL_ESPWROOM32SE
## Configuration

View File

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