aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ossl_typ.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-08-08 15:35:29 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-08-08 15:35:29 +0000
commite9746e03ee222b0123ac118f8952e161e7d48a2d (patch)
tree76d0d19a95ea0b66ea735c561ccd4afaaa742e49 /crypto/ossl_typ.h
parentab9c689ad387fcd209017fe45985b1938a0ee0df (diff)
downloadopenssl-e9746e03ee222b0123ac118f8952e161e7d48a2d.tar.gz
Initial support for name constraints certificate extension.
TODO: robustness checking on name forms.
Diffstat (limited to 'crypto/ossl_typ.h')
-rw-r--r--crypto/ossl_typ.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ossl_typ.h b/crypto/ossl_typ.h
index c9b494c854..786f2bc26b 100644
--- a/crypto/ossl_typ.h
+++ b/crypto/ossl_typ.h
@@ -177,6 +177,7 @@ 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;
+typedef struct NAME_CONSTRAINTS_st NAME_CONSTRAINTS;
/* If placed in pkcs12.h, we end up with a circular depency with pkcs7.h */
#define DECLARE_PKCS12_STACK_OF(type) /* Nothing */