Visual Studio Solution for Azure Sphere Devices

This commit is contained in:
Aaron Jense
2019-09-09 10:41:57 -06:00
parent c52801754c
commit 88036db223
17 changed files with 1197 additions and 1 deletions

View File

@@ -2202,7 +2202,7 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
defined(WOLFSSL_LPC43xx) || defined(WOLFSSL_STM32F2xx) || \
defined(MBED) || defined(WOLFSSL_EMBOS) || \
defined(WOLFSSL_GENSEED_FORTEST) || defined(WOLFSSL_CHIBIOS) || \
defined(WOLFSSL_CONTIKI)
defined(WOLFSSL_CONTIKI) || defined(WOLFSSL_AZSPHERE)
/* these platforms do not have a default random seed and
you'll need to implement your own wc_GenerateSeed or define via