[openssl-commits] Fixed: openssl/openssl#1796 (master - 59d9bb5)

Travis CI builds at travis-ci.org
Sun Feb 14 12:18:53 UTC 2016


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

Build: #1796
Status: Fixed

Duration: 1 hour, 20 minutes, and 32 seconds
Commit: 59d9bb5 (master)
Author: Richard Levitte
Message: Make sure a socklen_t can compare with a sizeof() result

Most of the times, it seems that socklen_t is unsigned.
Unfortunately, this isn't always the case, and it doesn't compare with
a size_t without warning.

A cast resolves the issue.

Reviewed-by: Kurt Roeckx <kurt at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/ba327ade803f...59d9bb591c95

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/109138931

--

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/20160214/cd0b41d1/attachment.html>


More information about the openssl-commits mailing list