aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/ext_dat.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-02-14 01:02:58 +0000
committerRichard Levitte <levitte@openssl.org>2003-02-14 01:02:58 +0000
commit85d686e7231b2cf04ec73457ac6d7009724569c0 (patch)
tree61f6aef96fd21b5932e86ce709a59bccb82bd54f /crypto/x509v3/ext_dat.h
parent2d3de726c5cc64d419dcdebf427b0cb58c608b36 (diff)
downloadopenssl-85d686e7231b2cf04ec73457ac6d7009724569c0.tar.gz
Make it possible to disable OCSP, the speed application, and the use of sockets.
PR: 358
Diffstat (limited to 'crypto/x509v3/ext_dat.h')
-rw-r--r--crypto/x509v3/ext_dat.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/x509v3/ext_dat.h b/crypto/x509v3/ext_dat.h
index 2fb97d8925..5442480595 100644
--- a/crypto/x509v3/ext_dat.h
+++ b/crypto/x509v3/ext_dat.h
@@ -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,
+#endif
&v3_sinfo,
+#ifndef OPENSSL_NO_OCSP
&v3_crl_hold
+#endif
};
/* Number of standard extensions */