summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/x509v3/ext_dat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/x509v3/ext_dat.h')
-rw-r--r--src/lib/libcrypto/x509v3/ext_dat.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/lib/libcrypto/x509v3/ext_dat.h b/src/lib/libcrypto/x509v3/ext_dat.h
index 5c063ac65d..d8328ac468 100644
--- a/src/lib/libcrypto/x509v3/ext_dat.h
+++ b/src/lib/libcrypto/x509v3/ext_dat.h
@@ -65,11 +65,6 @@ extern X509V3_EXT_METHOD v3_delta_crl, v3_cpols, v3_crld;
65extern X509V3_EXT_METHOD v3_ocsp_nonce, v3_ocsp_accresp, v3_ocsp_acutoff; 65extern X509V3_EXT_METHOD v3_ocsp_nonce, v3_ocsp_accresp, v3_ocsp_acutoff;
66extern X509V3_EXT_METHOD v3_ocsp_crlid, v3_ocsp_nocheck, v3_ocsp_serviceloc; 66extern X509V3_EXT_METHOD v3_ocsp_crlid, v3_ocsp_nocheck, v3_ocsp_serviceloc;
67extern X509V3_EXT_METHOD v3_crl_hold, v3_pci; 67extern X509V3_EXT_METHOD v3_crl_hold, v3_pci;
68extern X509V3_EXT_METHOD v3_policy_mappings, v3_policy_constraints;
69extern X509V3_EXT_METHOD v3_name_constraints, v3_inhibit_anyp;
70#ifndef OPENSSL_NO_RFC3779
71extern X509V3_EXT_METHOD v3_addr, v3_asid;
72#endif
73 68
74/* This table will be searched using OBJ_bsearch so it *must* kept in 69/* This table will be searched using OBJ_bsearch so it *must* kept in
75 * order of the ext_nid values. 70 * order of the ext_nid values.
@@ -102,10 +97,6 @@ static X509V3_EXT_METHOD *standard_exts[] = {
102#endif 97#endif
103&v3_sxnet, 98&v3_sxnet,
104&v3_info, 99&v3_info,
105#ifndef OPENSSL_NO_RFC3779
106&v3_addr,
107&v3_asid,
108#endif
109#ifndef OPENSSL_NO_OCSP 100#ifndef OPENSSL_NO_OCSP
110&v3_ocsp_nonce, 101&v3_ocsp_nonce,
111&v3_ocsp_crlid, 102&v3_ocsp_crlid,
@@ -115,14 +106,10 @@ static X509V3_EXT_METHOD *standard_exts[] = {
115&v3_ocsp_serviceloc, 106&v3_ocsp_serviceloc,
116#endif 107#endif
117&v3_sinfo, 108&v3_sinfo,
118&v3_policy_constraints,
119#ifndef OPENSSL_NO_OCSP 109#ifndef OPENSSL_NO_OCSP
120&v3_crl_hold, 110&v3_crl_hold,
121#endif 111#endif
122&v3_pci, 112&v3_pci,
123&v3_name_constraints,
124&v3_policy_mappings,
125&v3_inhibit_anyp
126}; 113};
127 114
128/* Number of standard extensions */ 115/* Number of standard extensions */