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

Build: #29331
Status: Still Failing

Duration: 20 mins and 9 secs
Commit: bf585d6 (OpenSSL_1_1_1-stable)
Author: Cesar Pereida Garcia
Message: [crypto/asn1/x_bignum.c] Explicit test against NULL

As a fixup to https://github.com/openssl/openssl/pull/9779 to better
conform to the project code style guidelines, this commit amends the
original changeset to explicitly test against NULL, i.e. writing

```
if (p != NULL)
```

rather than

```
if (!p)
```

Reviewed-by: Nicola Tuveri <nic....@gmail.com>
Reviewed-by: Matt Caswell <m...@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9881)

View the changeset: 
https://github.com/openssl/openssl/compare/7bcd13cebd9e...bf585d60fc4d

View the full build log and details: 
https://travis-ci.org/openssl/openssl/builds/598644073?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.

Reply via email to