forked from wolfSSL/wolfssl
MDK-ARM ready for LCP/STM
This commit is contained in:
@@ -567,7 +567,7 @@ int GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
||||
|
||||
return 0;
|
||||
}
|
||||
#elif defined(CYASSL_LPC43xx)
|
||||
#elif defined(CYASSL_LPC43xx) || defined(CYASSL_STM32F2xx)
|
||||
#warning "write a real random seed!!!!, just for testing now"
|
||||
int GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user