Comment 1 for bug 1990941

Revision history for this message
Benjamin Drung (bdrung) wrote : Re: libevent 2.1.12-stable-5 FTBFS on kinetic

This is the condition for evutil_secure_rng_add_bytes:

#if !defined(EVENT__HAVE_ARC4RANDOM) || defined(EVENT__HAVE_ARC4RANDOM_ADDRANDOM)

The Debian unstable build says:

checking for arc4random... no
checking for arc4random_buf... no
checking for arc4random_addrandom... no

The kinetic build says:

checking for arc4random... yes
checking for arc4random_buf... yes
checking for arc4random_addrandom... no