Fix another bug from rebase of libevent_global_shutdown patch

This one affected machines without a builtin arc4random
This commit is contained in:
Nick Mathewson 2012-03-22 17:33:17 -04:00
parent 7ae08e5031
commit f98c1588c2

View File

@ -124,8 +124,9 @@ evutil_free_secure_rng_globals_locks(void)
#endif #endif
return; return;
} }
void void
evutil_free_secure_rng_globals_(void) { evutil_free_secure_rng_globals_(void)
{ {
evutil_free_secure_rng_globals_locks(); evutil_free_secure_rng_globals_locks();
} }