mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
mark a variable unused.
This commit is contained in:
@@ -2426,6 +2426,8 @@ crypto_strongest_rand_syscall(uint8_t *out, size_t out_len)
|
||||
* the only gotcha is that requests are limited to 256 bytes.
|
||||
*/
|
||||
return getentropy(out, out_len);
|
||||
#else
|
||||
(void) out;
|
||||
#endif
|
||||
|
||||
/* This platform doesn't have a supported syscall based random. */
|
||||
|
||||
Reference in New Issue
Block a user