[openssl-commits] Fixed: openssl/openssl#1112 (master - bdb1d0c)

Travis CI builds at travis-ci.org
Wed Jan 13 19:07:53 UTC 2016


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

Build: #1112
Status: Fixed

Duration: 46 minutes and 46 seconds
Commit: bdb1d0c (master)
Author: Viktor Dukhovni
Message: Fix DES_LONG breakage

For some strange reason opensslconf.h was only defining DES_LONG
when included via des.h, but that's exceedingly fragile (as a
result of include guards the include via des.h might not actually
process the content again).

Ripped out the nesting constraint, now always define OSSL_DES_LONG
if not already defined.  Note, this could just be DES_LONG, but
trying to avoid exposing DES_LONG in places where it has never been
seen before, so it is up to des.h to actually define DES_LONG as
OSSL_DES_LONG.

Reviewed-by: Rich Salz <rsalz at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/aa1477926769...bdb1d0c24b3d

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

--

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/20160113/d8f8dba8/attachment-0001.html>


More information about the openssl-commits mailing list