mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 20:41:27 -04: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
|
#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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user