提交 8cdd6b6b 编写于 作者: R Rich Salz 提交者: Rich Salz

Style; add "!= NULL"

Reviewed-by: NEmilia Käsper <emilia@openssl.org>
上级 53619f9f
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册