From: Nick Mathewson Date: Thu, 22 Mar 2012 21:33:17 +0000 (-0400) Subject: Fix another bug from rebase of libevent_global_shutdown patch X-Git-Tag: release-2.1.1-alpha~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f98c1588c22464b8a04d558f4b731c42912c860d;p=libevent Fix another bug from rebase of libevent_global_shutdown patch This one affected machines without a builtin arc4random --- diff --git a/evutil_rand.c b/evutil_rand.c index fbb0ed43..a263429e 100644 --- a/evutil_rand.c +++ b/evutil_rand.c @@ -124,8 +124,9 @@ evutil_free_secure_rng_globals_locks(void) #endif return; } + void -evutil_free_secure_rng_globals_(void) { +evutil_free_secure_rng_globals_(void) { evutil_free_secure_rng_globals_locks(); }