Build Update for openssl/openssl ------------------------------------- Build: #32739 Status: Still Failing
Duration: 45 mins and 9 secs Commit: 15e5b96 (master) Author: André Klitzing Message: Fix drop of const qualifier The parameter got "const" in 9fdcc21fdc9 but that was not added to cast. So this throws a -Wcast-qual in user code. error: cast from 'const DUMMY *' to 'ASN1_VALUE_st *' drops const qualifier [-Werror,-Wcast-qual] CLA: trivial Reviewed-by: Richard Levitte <[email protected]> Reviewed-by: Paul Dale <[email protected]> (Merged from https://github.com/openssl/openssl/pull/11210) View the changeset: https://github.com/openssl/openssl/compare/e32c608e0733...15e5b96933e9 View the full build log and details: https://travis-ci.org/openssl/openssl/builds/657086653?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.
