add comment to VXWORKS GenerateSeed()

This commit is contained in:
lchristina26
2015-12-11 13:41:05 -07:00
parent e2456214f4
commit 6ab9c87f13

View File

@ -1272,6 +1272,7 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz) {
STATUS status;
/* RANDOM ENTORPY INJECT component must be enabled in VSB project */
status = randBytes (output, sz);
if (status == ERROR) {
printf("Random seed failed! Enable RANDOM ENTROPY INJECT.");