Still Failing: openssl/openssl#25081 (master - 5c3f1e3)

Travis CI builds at travis-ci.org
Wed May 8 14:37:46 UTC 2019


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

Build: #25081
Status: Still Failing

Duration: 19 mins and 34 secs
Commit: 5c3f1e3 (master)
Author: Richard Levitte
Message: ossl_bsearch(): New generic internal binary search utility function

OBJ_bsearch_ and OBJ_bsearch_ex_ are generic functions that don't
really belong with the OBJ API, but should rather be generic utility
functions.  The ending underscore indicates that they are considered
internal, even though they are declared publicly.

Since crypto/stack/stack.c uses OBJ_bsearch_ex_, the stack API ends up
depending on the OBJ API, which is unnecessary, and carries along
other dependencies.

Therefor, a generic internal function is created, ossl_bsearch().
This removes the unecessary dependencies.

Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8899)

View the changeset: https://github.com/openssl/openssl/compare/67c81ec311d6...5c3f1e34b559

View the full build log and details: https://travis-ci.org/openssl/openssl/builds/529808085?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific 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/20190508/fd462a35/attachment-0001.html>


More information about the openssl-commits mailing list