Initial support for certificate policy checking and evaluation.
[openssl.git] / crypto / ossl_typ.h
index 46200a80b165a5b671a0ccc337dd58cf4173a9a2..2977b108279f0ffd4a29b283049da8228b65ec60 100644 (file)
@@ -119,6 +119,11 @@ typedef struct conf_st CONF;
 
 typedef struct engine_st ENGINE;
 
+typedef struct X509_POLICY_NODE_st X509_POLICY_NODE;
+typedef struct X509_POLICY_LEVEL_st X509_POLICY_LEVEL;
+typedef struct X509_POLICY_TREE_st X509_POLICY_TREE;
+typedef struct X509_POLICY_CACHE_st X509_POLICY_CACHE;
+
   /* If placed in pkcs12.h, we end up with a circular depency with pkcs7.h */
 #define DECLARE_PKCS12_STACK_OF(type) /* Nothing */
 #define IMPLEMENT_PKCS12_STACK_OF(type) /* Nothing */