Make it possible to disable OCSP, the speed application, and the use of sockets.
[openssl.git] / crypto / x509v3 / ext_dat.h
index 586f116db5a285a4d092557755bd3f7fa8538b65..5442480595b371de6d9ce64f507c73469681ab10 100644 (file)
@@ -90,17 +90,23 @@ static X509V3_EXT_METHOD *standard_exts[] = {
 &v3_crld,
 &v3_ext_ku,
 &v3_crl_reason,
+#ifndef OPENSSL_NO_OCSP
 &v3_crl_invdate,
+#endif
 &v3_sxnet,
 &v3_info,
+#ifndef OPENSSL_NO_OCSP
 &v3_ocsp_nonce,
 &v3_ocsp_crlid,
 &v3_ocsp_accresp,
 &v3_ocsp_nocheck,
 &v3_ocsp_acutoff,
 &v3_ocsp_serviceloc,
-&v3_crl_hold,
-&v3_sinfo
+#endif
+&v3_sinfo,
+#ifndef OPENSSL_NO_OCSP
+&v3_crl_hold
+#endif
 };
 
 /* Number of standard extensions */