diff options
Diffstat (limited to 'src/lib/libcrypto/x509v3/ext_dat.h')
-rw-r--r-- | src/lib/libcrypto/x509v3/ext_dat.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lib/libcrypto/x509v3/ext_dat.h b/src/lib/libcrypto/x509v3/ext_dat.h index 5442480595..2fb97d8925 100644 --- a/src/lib/libcrypto/x509v3/ext_dat.h +++ b/src/lib/libcrypto/x509v3/ext_dat.h | |||
@@ -90,23 +90,17 @@ static X509V3_EXT_METHOD *standard_exts[] = { | |||
90 | &v3_crld, | 90 | &v3_crld, |
91 | &v3_ext_ku, | 91 | &v3_ext_ku, |
92 | &v3_crl_reason, | 92 | &v3_crl_reason, |
93 | #ifndef OPENSSL_NO_OCSP | ||
94 | &v3_crl_invdate, | 93 | &v3_crl_invdate, |
95 | #endif | ||
96 | &v3_sxnet, | 94 | &v3_sxnet, |
97 | &v3_info, | 95 | &v3_info, |
98 | #ifndef OPENSSL_NO_OCSP | ||
99 | &v3_ocsp_nonce, | 96 | &v3_ocsp_nonce, |
100 | &v3_ocsp_crlid, | 97 | &v3_ocsp_crlid, |
101 | &v3_ocsp_accresp, | 98 | &v3_ocsp_accresp, |
102 | &v3_ocsp_nocheck, | 99 | &v3_ocsp_nocheck, |
103 | &v3_ocsp_acutoff, | 100 | &v3_ocsp_acutoff, |
104 | &v3_ocsp_serviceloc, | 101 | &v3_ocsp_serviceloc, |
105 | #endif | ||
106 | &v3_sinfo, | 102 | &v3_sinfo, |
107 | #ifndef OPENSSL_NO_OCSP | ||
108 | &v3_crl_hold | 103 | &v3_crl_hold |
109 | #endif | ||
110 | }; | 104 | }; |
111 | 105 | ||
112 | /* Number of standard extensions */ | 106 | /* Number of standard extensions */ |