[openssl-commits] Still Failing: openssl/openssl#10475 (master - 8b24f94)
Travis CI
builds at travis-ci.org
Sat Apr 22 13:03:59 UTC 2017
Build Update for openssl/openssl
-------------------------------------
Build: #10475
Status: Still Failing
Duration: 23 minutes and 55 seconds
Commit: 8b24f94 (master)
Author: David Benjamin
Message: Numbers greater than 1 are usually non-negative.
BN_is_prime_fasttest_ex begins by rejecting if a <= 1. Then it goes to
set A := abs(a), but a cannot be negative at this point.
Reviewed-by: Richard Levitte <levitte at openssl.org>
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3275)
View the changeset: https://github.com/openssl/openssl/compare/dc99b885ded3...8b24f9420967
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/224666582
--
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/20170422/0d342990/attachment-0001.html>
More information about the openssl-commits
mailing list