[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Mark a couple more arguments as unused.
commit 631e3517e3baa99a83702e01bb7ef26667bd3dd8
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Wed Dec 9 11:58:32 2015 -0500
Mark a couple more arguments as unused.
---
src/common/crypto.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/common/crypto.c b/src/common/crypto.c
index 4554933..5569ec7 100644
--- a/src/common/crypto.c
+++ b/src/common/crypto.c
@@ -2445,6 +2445,8 @@ crypto_strongest_rand_fallback(uint8_t *out, size_t out_len)
{
#ifdef _WIN32
/* Windows exclusively uses crypto_strongest_rand_syscall(). */
+ (void)out;
+ (void)out_len;
return -1;
#else
static const char *filenames[] = {
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits