summaryrefslogtreecommitdiff
path: root/crypto/ossl_typ.h
diff options
context:
space:
mode:
authorsteve <steve>2006-07-24 12:39:20 +0000
committersteve <steve>2006-07-24 12:39:20 +0000
commit7ed833e68ea1205ee81a78b44689ca5e56d6a041 (patch)
treee4bb8eb46c212c05e1b337411f7cec3ecd4b003b /crypto/ossl_typ.h
parent855047a9d81a01240837afde628cb1b9ee08979a (diff)
downloadopenssl-7ed833e68ea1205ee81a78b44689ca5e56d6a041.tar.gz
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 7cc38ce73..5ebf0fab1 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 */