[openssl-commits] Still Failing: openssl/openssl#1401 (master - 33254e1)
Travis CI
builds at travis-ci.org
Sat Jan 30 16:07:09 UTC 2016
Build Update for openssl/openssl
-------------------------------------
Build: #1401
Status: Still Failing
Duration: 41 minutes and 48 seconds
Commit: 33254e1 (master)
Author: Richard Levitte
Message: Fix opt_imax() call
Not all architectures have a time_t defined the same way. To make
sure we get the same result, we need to cast &checkoffset to (intmax_t *)
and make sure that intmax_t is defined somehow.
To make really sure we don't pass a variable with the wrong size down
to opt_imax(), we use a temporary intmax_t.
Reviewed-by: Rich Salz <rsalz at openssl.org>
View the changeset: https://github.com/openssl/openssl/compare/421e30ec6745...33254e1c6fa6
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/105889320
--
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/20160130/19e30348/attachment.html>
More information about the openssl-commits
mailing list