mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-08 20:07:56 -04:00
Fix compilation
This commit is contained in:
parent
f391b0030c
commit
197abd8bf3
@ -154,9 +154,9 @@ int
|
||||
evutil_secure_rng_set_urandom_device_file(char *fname)
|
||||
{
|
||||
#ifdef TRY_SEED_URANDOM
|
||||
_ARC4_LOCK();
|
||||
ARC4_LOCK_();
|
||||
arc4random_urandom_filename = fname;
|
||||
_ARC4_UNLOCK();
|
||||
ARC4_UNLOCK_();
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user