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

Build: #16953
Status: Still Failing

Duration: 39 minutes and 25 seconds
Commit: b0143b9 (master)
Author: Benjamin Kaduk
Message: Fix type error in PEM processing

The get_name() helper was using a variable of type size_t to hold the
result of BIO_gets(), but BIO_gets() returns int and makes use of negative
values to indicate error conditions.

Change the type of the local variable to match, and propagate that
through to other places in the file to avoid -Wsign-compare issues.

Reviewed-by: Rich Salz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/5211)

View the changeset: 
https://github.com/openssl/openssl/compare/37933acbeafe...b0143b975299

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

--

You can configure recipients for build notifications in your .travis.yml file. 
See https://docs.travis-ci.com/user/notifications







This email was sent to [email protected] 
(mailto:[email protected])
unsubscribe from this list 
(http://clicks.travis-ci.com/track/unsub.php?u=14313403&id=680df12202994953afac79c2fb734a16.S4RW6Clmvqc3YBhWrklxhpwfgC8%3D&r=https%3A%2F%2Fmandrillapp.com%2Funsub%3Fmd_email%3Dopenssl-commits%2540openssl.org)
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to