David C. Rankin wrote:
On 08/15/2017 12:20 PM, Per Jessen wrote:
David C. Rankin wrote:
All,
openSuSE install of glibc doesn't provide the /usr/include/sys/random.h header. What package does? glibc-devel I would suggest.
that provides "/usr/include/linux/random.h"
Thanks guys,
Yes, I have all the devel packages installed. These are functions *in user space* that can be used to control blocking of the random devices (/dev/random and /dev/urandom) when requesting data from the entropy pool.
David, if I look up "man getrandom" (you mentioned that) on Leap, it's in <linux/random.h>. I guess there is something in <sys/random.h> that you need, but I can't tell what it is.
see: https://www.gnu.org/software/libc/manual/html_node/Unpredictable-Bytes.html#...
aha, getentropy() is missing, but getrandom() we have in <linux/random.h> -- Per Jessen, Zürich (25.2°C) http://www.hostsuisse.com/ - dedicated server rental in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org