From 4acc3e907d29d8d61ae7e11ad7985a986332a1c1 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Tue, 23 Mar 2004 14:14:35 +0000 Subject: Initial support for certificate policy checking and evaluation. This is currently *very* experimental and needs to be more fully integrated with the main verification code. --- crypto/ossl_typ.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crypto/ossl_typ.h') diff --git a/crypto/ossl_typ.h b/crypto/ossl_typ.h index 46200a80b1..2977b10827 100644 --- a/crypto/ossl_typ.h +++ b/crypto/ossl_typ.h @@ -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 */ -- cgit v1.2.3