From 148796291e47ad402ddfd1bbe6f34a2652657ec2 Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Sun, 8 Apr 2018 20:20:25 +0200 Subject: Add support for getrandom() or equivalent system calls and use them by default Reviewed-by: Dr. Matthias St. Pierre GH: #5910 --- INSTALL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index c0163a9371..a0ebef9b5f 100644 --- a/INSTALL +++ b/INSTALL @@ -224,7 +224,8 @@ os: Use a trusted operating system entropy source. This is the default method if such an entropy source exists. - getrandom: Use the L system call if available. + getrandom: Use the L or equivalent system + call. devrandom: Use the the first device from the DEVRANDOM list which can be opened to read random bytes. The DEVRANDOM preprocessor constant expands to -- cgit v1.2.3