mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-04-26 00:44:38 +00:00
Add a wrapper function in sysdep to get random bytes, and required checks in configure.ac to select how to do it. The configure script tries, in order, getrandom(), getentropy() and reading from /dev/urandom.