add warning for source of entropy

This commit is contained in:
Jacob Barthelmeh 2018-06-15 11:40:05 -06:00
parent 1cc6042f01
commit b90fa909ef
1 changed files with 2 additions and 0 deletions

View File

@ -1502,6 +1502,8 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
#elif defined(WOLFSSL_NUCLEUS)
#include "nucleus.h"
#include "kernel/plus_common.h"
#warning "potential for not enough entropy, currently being used for testing"
int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
{
int i;