mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Fix another bug from rebase of libevent_global_shutdown patch
This one affected machines without a builtin arc4random
This commit is contained in:
parent
7ae08e5031
commit
f98c1588c2
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user