uITRON and uT-Kernel, wc-prot.c

This commit is contained in:
Takashi Kojo
2015-02-28 11:24:16 +09:00
parent b7db43a189
commit 6f08459264
3 changed files with 192 additions and 4 deletions

View File

@@ -891,8 +891,9 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
#endif /* FREESCALE_K70_RNGA */
#elif defined(WOLFSSL_SAFERTOS) || defined(WOLFSSL_LEANPSK) \
|| defined(WOLFSSL_IAR_ARM) || defined(WOLFSSL_MDK_ARM)
|| defined(WOLFSSL_IAR_ARM) || defined(WOLFSSL_MDK_ARM) \
|| defined(WOLFSSL_uITRON4) || defined(WOLFSSL_uTKERNEL2)
#warning "write a real random seed!!!!, just for testing now"
int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)