mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Style; add "!= NULL"
Reviewed-by: Emilia Käsper <emilia@openssl.org>
This commit is contained in:
parent
53619f9f40
commit
8cdd6b6b47
@ -121,7 +121,7 @@ struct dane_st {
|
||||
int pdpth; /* Depth of PKIX trust */
|
||||
};
|
||||
|
||||
#define DANETLS_ENABLED(dane) ((dane) && ((dane)->trecs != NULL))
|
||||
#define DANETLS_ENABLED(dane) ((dane) != NULL && ((dane)->trecs != NULL))
|
||||
|
||||
#define DANETLS_USAGE_BIT(u) (((uint32_t)1) << u)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user