mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
4e6375e84c
When libevent doesn't provide random the arc4 function, but they come from libc, there is no need to call this function, so make it do nothing. Fixes: #1393