forked from wolfSSL/wolfssl
fix comment typo
This commit is contained in:
@ -1630,7 +1630,7 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
|||||||
/* don't fallback to /dev/urandom */
|
/* don't fallback to /dev/urandom */
|
||||||
return ret;
|
return ret;
|
||||||
#else
|
#else
|
||||||
/* fallback to /dev/urrandom attempt */
|
/* fallback to /dev/urandom attempt */
|
||||||
ret = 0;
|
ret = 0;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user