Still Failing: openssl/openssl#25184 (master - 538f38d)
Travis CI
builds at travis-ci.org
Mon May 20 14:38:55 UTC 2019
Build Update for openssl/openssl
-------------------------------------
Build: #25184
Status: Still Failing
Duration: 19 mins and 8 secs
Commit: 538f38d (master)
Author: Richard Levitte
Message: Clear CRMF vs CMP confusion
In the development of the CRMF sub-system, there seems to have been
some confusion as to what configuration option should be used.
'no-crmf' was added, but the C macro guards were using OPENSSL_NO_CMP
rather than OPENSSL_NO_CRMF...
In fact, we want 'no-cmp', but since the CRMF code is part of CMP, we
need 'no-crmf' to depend on 'no-cmp'. We do this by making 'crmf' a
silent "option" that get affected by 'cmp' by way of %disable_cascades.
This allows options to be "aliases" for a set of other ones, silent or
not.
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8897)
View the changeset: https://github.com/openssl/openssl/compare/2752c8984c3c...538f38db50e4
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/534851572?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/20190520/162e6b27/attachment.html>
More information about the openssl-commits
mailing list