[openssl-commits] Errored: openssl/openssl#1347 (master - 3e9e810)
Travis CI
builds at travis-ci.org
Thu Jan 28 00:30:26 UTC 2016
Build Update for openssl/openssl
-------------------------------------
Build: #1347
Status: Errored
Duration: 23 minutes and 22 seconds
Commit: 3e9e810 (master)
Author: Rich Salz
Message: Remove outdated legacy crypto options
Many options for supporting optimizations for legacy crypto on legacy
platforms have been removed. This simplifies the source code and
does not really penalize anyone.
DES_PTR (always on)
DES_RISC1, DES_RISC2 (always off)
DES_INT (always 'unsigned int')
DES_UNROLL (always on)
BF_PTR (always on) BF_PTR2 (removed)
MD2_CHAR, MD2_LONG (always 'unsigned char')
IDEA_SHORT, IDEA_LONG (always 'unsigned int')
RC2_SHORT, RC2_LONG (always 'unsigned int')
RC4_LONG (only int and char (for assembler) are supported)
RC4_CHUNK (always long), RC_CHUNK_LL (removed)
RC4_INDEX (always on)
And also make D_ENCRYPT macro more clear (@appro)
This is done in consultation with Andy.
Reviewed-by: Andy Polyakov <appro at openssl.org>
View the changeset: https://github.com/openssl/openssl/compare/8ed40b83ec19...3e9e810f2e04
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/105317804
--
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/20160128/6f686679/attachment.html>
More information about the openssl-commits
mailing list