Commit 4e6375e84c5215c4f67b1698fc9cd666a5163525

Kurt Roeckx 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