Passed: openssl/openssl#34806 (OpenSSL_1_1_1-stable - 5f10fce)

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


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

Build: #34806
Status: Passed

Duration: 5 mins and 49 secs
Commit: 5f10fce (OpenSSL_1_1_1-stable)
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)

(cherry picked from commit ddec332f329a432a45c0131d83f3bfb46114532b)

View the changeset: https://github.com/openssl/openssl/compare/de5e2cb54169...5f10fce37b23

View the full build log and details: https://travis-ci.org/github/openssl/openssl/builds/689225945?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/5365e86a/attachment-0001.html>


More information about the openssl-commits mailing list