From: teor (Tim Wilson-Brown) Date: Sun, 22 Nov 2015 23:26:07 +0000 (+1100) Subject: Comment only: crypto_seed_rng no longer has a "startup" parameter X-Git-Tag: tor-0.2.8.1-alpha~218^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=604d3ee48d5a407e525045138d45d40943b0eff6;p=thirdparty%2Ftor.git Comment only: crypto_seed_rng no longer has a "startup" parameter --- diff --git a/src/common/crypto.c b/src/common/crypto.c index 7b38568360..f5f9bbef0d 100644 --- a/src/common/crypto.c +++ b/src/common/crypto.c @@ -2335,8 +2335,7 @@ crypto_strongest_rand(uint8_t *out, size_t out_len) } /** Seed OpenSSL's random number generator with bytes from the operating - * system. startup should be true iff we have just started Tor and - * have not yet allocated a bunch of fds. Return 0 on success, -1 on failure. + * system. Return 0 on success, -1 on failure. */ int crypto_seed_rng(void)