[tor-commits] [tor/master] add a static

nickm at torproject.org nickm at torproject.org
Thu Dec 10 14:43:59 UTC 2015


commit 390d3fa3af28825e152aadd244e3855d067179c0
Author: Nick Mathewson <nickm at torproject.org>
Date:   Thu Dec 10 09:43:55 2015 -0500

    add a static
---
 src/common/crypto.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/common/crypto.c b/src/common/crypto.c
index ba5c8a7..3785074 100644
--- a/src/common/crypto.c
+++ b/src/common/crypto.c
@@ -2480,7 +2480,7 @@ crypto_strongest_rand_fallback(uint8_t *out, size_t out_len)
  * storing it into <b>out</b>. Return 0 on success, -1 on failure.  A maximum
  * request size of 256 bytes is imposed.
  */
-int
+static int
 crypto_strongest_rand_raw(uint8_t *out, size_t out_len)
 {
   static const size_t sanity_min_size = 16;



More information about the tor-commits mailing list