Change 64-bit time type for windows
[openssl.git] / include / internal / dane.h
index 65bf24439d93612560bb0aa682ff56a7918914ab..a1cb5488ba0033e9709db256091deda440f0f25b 100644 (file)
@@ -57,6 +57,7 @@ struct dane_ctx_st {
     const EVP_MD  **mdevp;      /* mtype -> digest */
     uint8_t        *mdord;      /* mtype -> preference */
     uint8_t         mdmax;      /* highest supported mtype */
+    unsigned long   flags;      /* feature bitmask */
 };
 
 /*
@@ -71,6 +72,7 @@ struct ssl_dane_st {
     uint32_t        umask;      /* Usages present */
     int             mdpth;      /* Depth of matched cert */
     int             pdpth;      /* Depth of PKIX trust */
+    unsigned long   flags;      /* feature bitmask */
 };
 
 #define DANETLS_ENABLED(dane)  \