Build Update for openssl/openssl
-------------------------------------
Build: #31374
Status: Passed
Duration: 26 mins and 53 secs
Commit: 7612366 (master)
Author: Richard Levitte
Message: Change returned -2 to 0 in EVP_Digest{Sign,Verify}Init()
The returned -2 was to mark when these operations are unsupported.
However, that breaks away from the previous API and expectations, and
there's not enough justification for that not being zero.
Reviewed-by: Nicola Tuveri <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/10815)
View the changeset:
https://github.com/openssl/openssl/compare/6a165fab239e...76123661a1db
View the full build log and details:
https://travis-ci.org/openssl/openssl/builds/637179141?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.