Build Update for openssl/openssl ------------------------------------- Build: #32917 Status: Still Failing
Duration: 47 mins and 58 secs Commit: 55f02cb (master) Author: Shane Lontis Message: Change DH_get_nid() to set the value of q if it is not already set Fixes #11108. It only sets q if a valid named group is found. The function signature was recently changed to pass a non const DH pointer in order to allow the nid to be cached internally. As an extension of this the value of q can now also be set as q is always known for named groups. The length field is also set if q is set. Reviewed-by: Tomas Mraz <[email protected]> (Merged from https://github.com/openssl/openssl/pull/11114) View the changeset: https://github.com/openssl/openssl/compare/f529fc7d53bf...55f02cb6849f View the full build log and details: https://travis-ci.org/openssl/openssl/builds/659346087?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.
