summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/ext_dat.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-07-23 23:33:06 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-07-23 23:33:06 +0000
commit231493c93c863527082b55d33292f743a60413fb (patch)
treea440fe2c05338ee1c61abfa579f6874bec02c9ef /crypto/x509v3/ext_dat.h
parent20a90e3a76135c34b4988ba3cc2835603d98639a (diff)
Initial print only support for IDP CRL extension.
Diffstat (limited to 'crypto/x509v3/ext_dat.h')
-rw-r--r--crypto/x509v3/ext_dat.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h
index 5e86de5c9e..e23ee9bc79 100644
--- a/crypto/x509v3/ext_dat.h
+++ b/crypto/x509v3/ext_dat.h
@@ -66,7 +66,7 @@ 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, v3_pci;
extern X509V3_EXT_METHOD v3_policy_mappings, v3_policy_constraints;
-extern X509V3_EXT_METHOD v3_name_constraints, v3_inhibit_anyp;
+extern X509V3_EXT_METHOD v3_name_constraints, v3_inhibit_anyp, v3_idp;
/* This table will be searched using OBJ_bsearch so it *must* kept in
* order of the ext_nid values.
@@ -115,7 +115,8 @@ static X509V3_EXT_METHOD *standard_exts[] = {
&v3_name_constraints,
&v3_policy_mappings,
&v3_inhibit_anyp,
-&v3_pci
+&v3_pci,
+&v3_idp
};
/* Number of standard extensions */