mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02: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