CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/13 16:53:28
Modified files:
lib/libcrypto/arc4random: getentropy_linux.c
Log message:
ensure SYS_getrandom and GRND_NONBLOCK are both defined before using
getrandom(2)
Based on discussion here https://github.com/libressl-portable/openbsd/pull/82
Suggested fix from jsing@
