Commit 86f55b0420f864b518475f781ce7a3c619180b12

Azat Khuzhin 2019-09-03T00:34:35

arc4random: replace sysctl() with getrandom (on linux) Since sysctl() is deprecated for a long-long time, according to sysctl(2): Since Linux 2.6.24, uses of this system call result in warnings in the kernel log. Fixes: #890 Suggested-by: Pierce Lopez