[openssl-commits] Broken: openssl/openssl#5763 (master - 216e8d9)

Travis CI builds at travis-ci.org
Fri Aug 26 11:35:28 UTC 2016


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

Build: #5763
Status: Broken

Duration: 13 minutes and 47 seconds
Commit: 216e8d9 (master)
Author: Richard Levitte
Message: Improve the definition of STITCHED_CALL in e_rc4_hmac_md5.c

The definition of STITCHED_CALL relies on OPENSSL_NO_ASM.  However,
when a configuration simply lacks the assembler implementation for RC4
(which is where we have implemented the stitched call), OPENSSL_NO_ASM
isn't implemented.  Better, then, to rely on specific macros that
indicated that RC4 (and MD5) are implemented in assembler.

For this to work properly, we must also make sure Configure adds the
definition of RC4_ASM among the C flags.

Reviewed-by: Andy Polyakov <appro at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/bbf73f84fc42...216e8d91033d

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

--

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/20160826/d91252d3/attachment.html>


More information about the openssl-commits mailing list