]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Mark a couple more arguments as unused.
authorNick Mathewson <nickm@torproject.org>
Wed, 9 Dec 2015 16:58:32 +0000 (11:58 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 9 Dec 2015 16:58:32 +0000 (11:58 -0500)
src/common/crypto.c

index 45549334e74710c179b0053e8c37f9c48de32931..5569ec78b68099a7a0d37bff46f7cc6a505224b2 100644 (file)
@@ -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[] = {