Errored: openssl/openssl#34805 (master - ddec332)

Travis CI builds at travis-ci.org
Fri May 22 06:46:03 UTC 2020


Build Update for openssl/openssl
-------------------------------------

Build: #34805
Status: Errored

Duration: 53 mins and 20 secs
Commit: ddec332 (master)
Author: Bernd Edlinger
Message: Fix egd and devrandom source configs

./config --with-rand-seed=egd

need to defines OPENSSL_RAND_SEED_EGD and OPENSSL_NO_EGD
so get rid of OPENSSL_NO_EGD (compiles but I did not really test EGD)

./config --with-rand-seed=devrandom

does not work since wait_random_seeded works under the assumption
that OPENSSL_RAND_SEED_GETRANDOM is supposed to be enabled as well,
that is usually the case, but not when only devrandom is enabled.
Skip the wait code in this special case.

Reviewed-by: Paul Dale <paul.dale at oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11848)

View the changeset: https://github.com/openssl/openssl/compare/a7ad40c502d3...ddec332f329a

View the full build log and details: https://travis-ci.org/github/openssl/openssl/builds/689225810?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.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mta.openssl.org/pipermail/openssl-commits/attachments/20200522/a8300d10/attachment.html>


More information about the openssl-commits mailing list