[openssl-commits] Still Failing: openssl/openssl#10018 (OpenSSL_1_1_0-stable - 9317235)

Travis CI builds at travis-ci.org
Thu Apr 6 14:40:51 UTC 2017


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

Build: #10018
Status: Still Failing

Duration: 16 minutes and 56 seconds
Commit: 9317235 (OpenSSL_1_1_0-stable)
Author: Qin Long
Message: e_os2.h: Refine OSSL_SSIZE definition under UEFI environment

Under UEFI build environment, we may encounter the OSSL_SSIZE macro
re-definition error in e_os2.h if any module call OpenSSL API directly
by including "openssl/xxxx.h" (caused by the predefined _WIN32/_WIN64
macro, which should have been un-defined under OPENSSL_SYS_UEFI).

Though it's not one recommended usage, this patch could still eliminate
the possible build issue by refining the OSSL_SSIZE definition under
OPENSSL_SYS_UEFI.

Reviewed-by: Rich Salz <rsalz at openssl.org>
Reviewed-by: Andy Polyakov <appro at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3121)

(cherry picked from commit 005f6766284155645fa760cf764f85031e209f6c)

View the changeset: https://github.com/openssl/openssl/compare/9d7a0588b3e3...9317235bbb43

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

--

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/20170406/bbc80c7e/attachment.html>


More information about the openssl-commits mailing list