4
0
mirror of https://github.com/QuasarApp/openssl.git synced 2025-05-05 05:59:38 +00:00
Cesar Pereida Garcia 0159a1bb41 [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)
```

(This is a backport of https://github.com/openssl/openssl/pull/9881)

Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9882)
2019-10-16 16:01:58 +03:00
..
2017-12-08 15:08:43 -05:00
2019-02-15 17:44:28 +01:00
2019-09-10 14:36:07 +01:00
2015-09-22 20:04:01 +02:00
2015-12-19 14:43:43 +00:00
2015-09-15 11:58:27 -04:00
2019-09-10 14:01:06 +01:00
2018-11-20 13:45:20 +00:00
2017-12-08 15:08:43 -05:00
2019-05-28 14:41:38 +02:00
2019-05-28 14:41:38 +02:00
2016-02-27 17:05:32 -05:00
2019-05-28 14:41:38 +02:00
2018-08-14 14:01:02 +01:00
2018-11-20 13:29:53 +00:00
2019-05-28 14:41:38 +02:00
2019-02-26 14:11:34 +00:00
2015-09-15 11:58:27 -04:00
2015-09-15 11:58:27 -04:00
2017-12-08 15:08:43 -05:00
2017-12-08 15:08:43 -05:00
2017-02-16 10:13:45 +01:00
2016-08-24 14:17:53 +01:00
2017-02-16 10:13:45 +01:00
2019-09-10 14:01:06 +01:00
2018-11-20 13:29:53 +00:00
2015-09-15 11:58:27 -04:00
2018-11-20 13:45:20 +00:00
2015-09-15 11:58:27 -04:00
2017-02-16 10:13:45 +01:00
2015-09-15 11:58:27 -04:00
2015-09-15 11:58:27 -04:00
2019-09-10 14:01:06 +01:00
2017-12-08 15:08:43 -05:00
2018-03-27 14:55:22 +01:00
2017-02-21 14:36:40 -05:00
2019-09-10 14:01:06 +01:00
2011-08-12 12:31:08 +00:00
2014-06-10 23:20:55 +02:00
2019-09-10 14:01:06 +01:00
2019-09-13 06:37:50 +02:00
2016-01-30 14:41:23 -05:00
2017-06-01 16:51:33 -04:00
2018-11-20 13:45:20 +00:00
2018-03-27 13:46:45 +01:00
2017-02-22 19:51:47 +01:00
2018-03-28 22:46:31 +02:00
2015-11-24 23:44:05 +01:00
2019-09-10 14:37:06 +01:00
2016-10-18 17:34:52 +01:00
2015-01-22 09:31:38 +00:00
2017-07-26 23:14:57 -04:00