Build Update for openssl/openssl ------------------------------------- Build: #23629 Status: Still Failing
Duration: 25 mins and 9 secs Commit: c352bd0 (OpenSSL_1_1_1-stable) 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) (cherry picked from commit 38023b87f037f4b832c236dfce2a76272be08763) View the changeset: https://github.com/openssl/openssl/compare/de4fb434c7f5...c352bd07ed2f View the full build log and details: https://travis-ci.org/openssl/openssl/builds/500457396?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.
