CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/16 08:26:47
Modified files:
lib/libcrypto/crypto: getentropy_linux.c
Log message:
Only call getauxval(3) if HAVE_GETAUXVAL is defined. Fixes build on older
Linux (such as Ubuntu 12.04LTS) that don't have it yet. Seems the AT_XXX
defines are pulled in by <link.h> now.
ok beck@
