CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/19 21:24:10
Modified files:
lib/libcrypto/crypto: getentropy_linux.c
Log message:
Demonstrate how new linux getrandom() will be called, at least until
it shows up in libraries. Even the system call is probably not finalized.
Bit dissapointed it has turned out to be a descriptor-less read() with
EINVAL and EINTR error conditions, but we can work with it.
