aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/ext_dat.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-03-21 16:26:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-03-21 16:26:20 +0000
commitf80153e20b9db5f0e18db6a259f8bdb88ff79273 (patch)
tree1b2b2938ff2b39e0667f1b2397d35d9994f54e8c /crypto/x509v3/ext_dat.h
parent33b34a9d8fd187fdcf36a2d3d7a3f56fee92ef27 (diff)
downloadopenssl-f80153e20b9db5f0e18db6a259f8bdb88ff79273.tar.gz
Support for policy constraints.
Diffstat (limited to 'crypto/x509v3/ext_dat.h')
-rw-r--r--crypto/x509v3/ext_dat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h
index 4c801c2c1d..1e005c229c 100644
--- a/crypto/x509v3/ext_dat.h
+++ b/crypto/x509v3/ext_dat.h
@@ -64,7 +64,7 @@ extern X509V3_EXT_METHOD v3_crl_num, v3_crl_reason, v3_crl_invdate, v3_cpols, v3
extern X509V3_EXT_METHOD v3_ocsp_nonce, v3_ocsp_accresp, v3_ocsp_acutoff;
extern X509V3_EXT_METHOD v3_ocsp_crlid, v3_ocsp_nocheck, v3_ocsp_serviceloc;
extern X509V3_EXT_METHOD v3_crl_hold;
-extern X509V3_EXT_METHOD v3_policy_mappings;
+extern X509V3_EXT_METHOD v3_policy_mappings, v3_policy_constraints;
/* This table will be searched using OBJ_bsearch so it *must* kept in
* order of the ext_nid values.
@@ -105,6 +105,7 @@ static X509V3_EXT_METHOD *standard_exts[] = {
&v3_ocsp_serviceloc,
#endif
&v3_sinfo,
+&v3_policy_constraints,
#ifndef OPENSSL_NO_OCSP
&v3_crl_hold,
#endif