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 <ap...@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

_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to