[openssl-commits] Errored: openssl/openssl#7151 (OpenSSL_1_1_0-stable - 5be6f71)

Travis CI builds at travis-ci.org
Tue Nov 15 21:40:58 UTC 2016


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

Build: #7151
Status: Errored

Duration: 2 hours, 23 minutes, and 35 seconds
Commit: 5be6f71 (OpenSSL_1_1_0-stable)
Author: Richard Levitte
Message: Only build the body of e_padlock when there are lower level routines

engines/e_padlock.c assumes that for all x86 and x86_64 platforms, the
lower level routines will be present.  However, that's not always
true, for example for solaris-x86-cc, and that leads to build errors.

The better solution is to have configure detect if the lower level
padlock routines are being built, and define the macro PADLOCK_ASM if
they are, and use that macro in our C code.

Reviewed-by: Andy Polyakov <appro at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1510)
(cherry picked from commit 7b176a549ea374fc9b64c3fa7f0812239528b696)

View the changeset: https://github.com/openssl/openssl/compare/20b53c3efedd...5be6f71858a6

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

--

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/20161115/fed64aa5/attachment.html>


More information about the openssl-commits mailing list