Hash :
4e6375e8
Author :
Date :
2023-03-05T16:56:56
Always have evutil_secure_rng_add_bytes available (#1427) 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