summaryrefslogtreecommitdiffstats
path: root/crypto/ossl_typ.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-07-24 12:39:22 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-07-24 12:39:22 +0000
commitedc540211c4852c57c01743a068aecc0e0a97b5c (patch)
treeaf526d91c0c1e04d4e3f46cf36c238c29d4e920e /crypto/ossl_typ.h
parent2eed3a3cc87be91ee56a9961abcee5ea43901e56 (diff)
Cache some CRL related extensions.
Diffstat (limited to 'crypto/ossl_typ.h')
-rw-r--r--crypto/ossl_typ.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/ossl_typ.h b/crypto/ossl_typ.h
index 7cc38ce734..5ebf0fab1c 100644
--- a/crypto/ossl_typ.h
+++ b/crypto/ossl_typ.h
@@ -168,6 +168,10 @@ 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;
+typedef struct AUTHORITY_KEYID_st AUTHORITY_KEYID;
+typedef struct DIST_POINT_st DIST_POINT;
+typedef struct ISSUING_DIST_POINT_st ISSUING_DIST_POINT;
+
/* 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 */