CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/06/12 20:33:58
Modified files:
lib/libcrypto/crypto: getentropy_linux.c
Log message:
Remove unneeded sys/sysctl.h on linux.
This only provides the sysctl wrapper in glibc, which we do not use and is not
available in other libc implementations for Linux. Thanks to ncopa from github.
