Build Update for openssl/openssl
-------------------------------------
Build: #38743
Status: Errored
Duration: 51 mins and 1 sec
Commit: 888bdbf (master)
Author: Richard Levitte
Message: EVP_PKEY & DSA: Make DSA EVP_PKEY_CTX parameter ctrls / setters more
available
EVP_PKEY_CTX_set_dsa_ functions were only available when DSA was
enabled ('no-dsa' not configured). However, that makes it impossible
to use these functions with an engine or a provider that happens to
implement DSA. This change solves that problem by shuffling these
functions to more appropriate places.
Fixes #13529
Reviewed-by: Matt Caswell <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/13530)
View the changeset:
https://github.com/openssl/openssl/compare/a614af95531d...888bdbfd398c
View the full build log and details:
https://travis-ci.com/github/openssl/openssl/builds/204923082?utm_medium=notification&utm_source=email
--
You can unsubscribe from build emails from the openssl/openssl repository going
to
https://travis-ci.com/account/preferences/unsubscribe?repository=13885459&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at
https://travis-ci.com/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.