@@ -121,7 +121,7 @@ struct dane_st {
|
|||||||
int pdpth; /* Depth of PKIX trust */
|
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)
|
#define DANETLS_USAGE_BIT(u) (((uint32_t)1) << u)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user