From: Nick Mathewson Date: Thu, 10 Dec 2015 14:43:55 +0000 (-0500) Subject: add a static X-Git-Tag: tor-0.2.8.1-alpha~165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=390d3fa3af28825e152aadd244e3855d067179c0;p=thirdparty%2Ftor.git add a static --- diff --git a/src/common/crypto.c b/src/common/crypto.c index ba5c8a79b5..3785074a83 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 out. 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;