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.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/lib/libcrypto/x509v3/ext_dat.h b/src/lib/libcrypto/x509v3/ext_dat.h
index d8328ac468..5442480595 100644
--- a/src/lib/libcrypto/x509v3/ext_dat.h
+++ b/src/lib/libcrypto/x509v3/ext_dat.h
@@ -3,7 +3,7 @@
3 * project 1999. 3 * project 1999.
4 */ 4 */
5/* ==================================================================== 5/* ====================================================================
6 * Copyright (c) 1999-2004 The OpenSSL Project. All rights reserved. 6 * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
7 * 7 *
8 * Redistribution and use in source and binary forms, with or without 8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions 9 * modification, are permitted provided that the following conditions
@@ -60,11 +60,10 @@
60extern X509V3_EXT_METHOD v3_bcons, v3_nscert, v3_key_usage, v3_ext_ku; 60extern X509V3_EXT_METHOD v3_bcons, v3_nscert, v3_key_usage, v3_ext_ku;
61extern X509V3_EXT_METHOD v3_pkey_usage_period, v3_sxnet, v3_info, v3_sinfo; 61extern X509V3_EXT_METHOD v3_pkey_usage_period, v3_sxnet, v3_info, v3_sinfo;
62extern X509V3_EXT_METHOD v3_ns_ia5_list[], v3_alt[], v3_skey_id, v3_akey_id; 62extern X509V3_EXT_METHOD v3_ns_ia5_list[], v3_alt[], v3_skey_id, v3_akey_id;
63extern X509V3_EXT_METHOD v3_crl_num, v3_crl_reason, v3_crl_invdate; 63extern X509V3_EXT_METHOD v3_crl_num, v3_crl_reason, v3_crl_invdate, v3_cpols, v3_crld;
64extern X509V3_EXT_METHOD v3_delta_crl, v3_cpols, v3_crld;
65extern X509V3_EXT_METHOD v3_ocsp_nonce, v3_ocsp_accresp, v3_ocsp_acutoff; 64extern 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; 65extern X509V3_EXT_METHOD v3_ocsp_crlid, v3_ocsp_nocheck, v3_ocsp_serviceloc;
67extern X509V3_EXT_METHOD v3_crl_hold, v3_pci; 66extern X509V3_EXT_METHOD v3_crl_hold;
68 67
69/* This table will be searched using OBJ_bsearch so it *must* kept in 68/* This table will be searched using OBJ_bsearch so it *must* kept in
70 * order of the ext_nid values. 69 * order of the ext_nid values.
@@ -90,7 +89,6 @@ static X509V3_EXT_METHOD *standard_exts[] = {
90&v3_akey_id, 89&v3_akey_id,
91&v3_crld, 90&v3_crld,
92&v3_ext_ku, 91&v3_ext_ku,
93&v3_delta_crl,
94&v3_crl_reason, 92&v3_crl_reason,
95#ifndef OPENSSL_NO_OCSP 93#ifndef OPENSSL_NO_OCSP
96&v3_crl_invdate, 94&v3_crl_invdate,
@@ -107,9 +105,8 @@ static X509V3_EXT_METHOD *standard_exts[] = {
107#endif 105#endif
108&v3_sinfo, 106&v3_sinfo,
109#ifndef OPENSSL_NO_OCSP 107#ifndef OPENSSL_NO_OCSP
110&v3_crl_hold, 108&v3_crl_hold
111#endif 109#endif
112&v3_pci,
113}; 110};
114 111
115/* Number of standard extensions */ 112/* Number of standard extensions */