Still Failing: openssl/openssl#30202 (master - de0799b)
Travis CI
builds at travis-ci.org
Mon Nov 18 02:04:56 UTC 2019
Build Update for openssl/openssl
-------------------------------------
Build: #30202
Status: Still Failing
Duration: 28 mins and 47 secs
Commit: de0799b (master)
Author: Richard Levitte
Message: PEM: constify PEM_write_ routines
There's no reason why the object to be written, or the key string
given by the caller should be non-const.
This makes the IMPLEMENT_PEM_..._const and DECLARE_PEM_..._const
macros superfluous, so we keep them around but mark them deprecated.
In all places where IMPLEMENT_PEM_..._const and DECLARE_PEM_..._const
are used, they are replaced with the corresponding macros without
'_const'.
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10452)
View the changeset: https://github.com/openssl/openssl/compare/97a986f78289...de0799b0fc84
View the full build log and details: https://travis-ci.org/openssl/openssl/builds/613280695?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/20191118/b36466ff/attachment.html>
More information about the openssl-commits
mailing list