Build Update for openssl/openssl ------------------------------------- Build: #23628 Status: Still Failing
Duration: 19 mins and 21 secs Commit: 38023b8 (master) Author: Bernd Edlinger Message: Fix seeding from random device w/o getrandom syscall Use select to wait for /dev/random in readable state, but do not actually read anything from /dev/random, use /dev/urandom first. Use linux define __NR_getrandom instead of the glibc define SYS_getrandom, in case the kernel headers are more current than the glibc headers. Fixes #8215 Reviewed-by: Kurt Roeckx <[email protected]> (Merged from https://github.com/openssl/openssl/pull/8251) View the changeset: https://github.com/openssl/openssl/compare/ed86f884ba10...38023b87f037 View the full build log and details: https://travis-ci.org/openssl/openssl/builds/500457014?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
