From ed75e5a0bf9856ce60358add2cd1f044b41e97c7 Mon Sep 17 00:00:00 2001 From: CuleX Date: Sat, 9 Sep 2017 13:51:58 +0200 Subject: [PATCH] Add note to intro page that getrandom() is new --- man/3monocypher/intro.3monocypher | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/3monocypher/intro.3monocypher b/man/3monocypher/intro.3monocypher index a11aa30..b6ed75e 100644 --- a/man/3monocypher/intro.3monocypher +++ b/man/3monocypher/intro.3monocypher @@ -18,7 +18,8 @@ They are easy to misuse, which has lead to countless vulnerabilities in the past, typically by repeating parts of the random stream. They typically require an external random seed anyway. .Pp -On Linux, you can use the +On recent versions of Linux (glibc >= 2.25, Linux >= 3.17), you can use +the .Fn getrandom system call from .In linux/random.h . -- 2.47.3