Build Update for openssl/openssl ------------------------------------- Build: #31894 Status: Still Failing
Duration: 38 mins and 42 secs Commit: 04bc70d (master) Author: Matt Caswell Message: Don't complain about documented symbols with find-doc-nits -d -o find-doc-nits can give a list of symbols that were added since 1.1.1 and are undocumented (using -o). To do this it uses the missingcrypto111.txt and missingssl111.txt files which give a snapshot of the undocumented symbols at the time of the 1.1.1 release. Currently it complains about symbols that are in those files that have subsequently been documented. This isn't particularly helpful so we suppress that feature when "-o" is being used. Reviewed-by: Richard Levitte <[email protected]> (Merged from https://github.com/openssl/openssl/pull/10981) View the changeset: https://github.com/openssl/openssl/compare/8d242823ed22...04bc70d73733 View the full build log and details: https://travis-ci.org/openssl/openssl/builds/645415081?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.
