aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/ext_dat.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-08-27 15:52:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-08-27 15:52:05 +0000
commit249a77f5fb6407185e0a6ad44cd88eda2b6f8946 (patch)
tree956a0dbbba2eff03f00925635cabd4f79978d8da /crypto/x509v3/ext_dat.h
parentd0fff69dc958602b56872efc597bc0b153d20336 (diff)
downloadopenssl-249a77f5fb6407185e0a6ad44cd88eda2b6f8946.tar.gz
Add support for freshest CRL extension.
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 be3aaee99d..59837a44be 100644
--- a/crypto/x509v3/ext_dat.h
+++ b/crypto/x509v3/ext_dat.h
@@ -61,7 +61,7 @@ extern X509V3_EXT_METHOD v3_bcons, v3_nscert, v3_key_usage, v3_ext_ku;
extern X509V3_EXT_METHOD v3_pkey_usage_period, v3_sxnet, v3_info, v3_sinfo;
extern X509V3_EXT_METHOD v3_ns_ia5_list[], v3_alt[], v3_skey_id, v3_akey_id;
extern X509V3_EXT_METHOD v3_crl_num, v3_crl_reason, v3_crl_invdate;
-extern X509V3_EXT_METHOD v3_delta_crl, v3_cpols, v3_crld;
+extern X509V3_EXT_METHOD v3_delta_crl, v3_cpols, v3_crld, v3_freshest_crl;
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;
@@ -123,6 +123,7 @@ static X509V3_EXT_METHOD *standard_exts[] = {
&v3_inhibit_anyp,
&v3_idp,
&v3_alt[2],
+&v3_freshest_crl,
};
/* Number of standard extensions */