mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-02-04 00:45:05 +01:00
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 */
|
||||
return ret;
|
||||
#else
|
||||
/* fallback to /dev/urrandom attempt */
|
||||
/* fallback to /dev/urandom attempt */
|
||||
ret = 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user