[openssl-commits] Errored: openssl/openssl#2072 (master - 78c8307)

Travis CI builds at travis-ci.org
Thu Feb 25 02:23:12 UTC 2016


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

Build: #2072
Status: Errored

Duration: 29 minutes and 26 seconds
Commit: 78c8307 (master)
Author: David Woodhouse
Message: RT4339: Fix handling of <internal/bn_conf.h>

The entire contents of <internal/bn_conf.h> are unwanted in the UEFI
build because we have to do it differently there. To support building
for both 32-bit and 64-bit platforms without re-running the OpenSSL
Configure script, the EDK2 environment defines THIRTY_TWO_BIT or
SIXTY_FOUR_BIT for itself according to the target platform.

The current setup is broken, though. It checks for OPENSSL_SYS_UEFI but
before it's actually defined, since opensslconf.h hasn't yet been
included.

Let's fix that by including opensslconf.h. And also let's move the
bn_conf.h doesn't even need to *exist* in the UEFI build environment.

This is also GH PR736.

Signed-off-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>

View the changeset: https://github.com/openssl/openssl/compare/a44a208442ec...78c830785ca0

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

--

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/20160225/c038ccbf/attachment.html>


More information about the openssl-commits mailing list