Edit

kc3-lang/libevent/include/event2

Branch :

  • Show log

    Commit

  • Author : Kurt Roeckx
    Date : 2023-03-05 16:56:56
    Hash : 4e6375e8
    Message : 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