[openssl-commits] Fixed: openssl/openssl#14148 (master - 208fb89)

Travis CI builds at travis-ci.org
Mon Oct 9 12:47:31 UTC 2017


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

Build: #14148
Status: Fixed

Duration: 27 minutes and 52 seconds
Commit: 208fb89 (master)
Author: KaoruToda
Message: Since return is inconsistent, I removed unnecessary parentheses and
unified them.
- return (0); -> return 0;
- return (1); -> return 1;
- return (-1); -> return -1;

Reviewed-by: Stephen Henson <steve at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4500)

View the changeset: https://github.com/openssl/openssl/compare/2e8b5d75afaf...208fb891e36f

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/285544334?utm_source=email&utm_medium=notification

--

You can configure 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: <http://mta.openssl.org/pipermail/openssl-commits/attachments/20171009/0778d625/attachment-0001.html>


More information about the openssl-commits mailing list