aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/ext_dat.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-10-27 00:16:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-10-27 00:16:53 +0000
commit7d5b04db4e80f3d38dd4f1977c12d6fc592079eb (patch)
tree391b69b3e248154e9d94c7346dfc5400b25d826f /crypto/x509v3/ext_dat.h
parent48b0cf8b10615181f0ca3f1e33ae697bd6faff80 (diff)
downloadopenssl-7d5b04db4e80f3d38dd4f1977c12d6fc592079eb.tar.gz
Add support for Subject Info Acess 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 a6166f5745..586f116db5 100644
--- a/crypto/x509v3/ext_dat.h
+++ b/crypto/x509v3/ext_dat.h
@@ -58,7 +58,7 @@
/* This file contains a table of "standard" extensions */
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;
+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, v3_cpols, v3_crld;
extern X509V3_EXT_METHOD v3_ocsp_nonce, v3_ocsp_accresp, v3_ocsp_acutoff;
@@ -99,7 +99,8 @@ static X509V3_EXT_METHOD *standard_exts[] = {
&v3_ocsp_nocheck,
&v3_ocsp_acutoff,
&v3_ocsp_serviceloc,
-&v3_crl_hold
+&v3_crl_hold,
+&v3_sinfo
};
/* Number of standard extensions */