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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/x509v3/ext_dat.h b/src/lib/libcrypto/x509v3/ext_dat.h
index 1111af2108..f8bf7916b3 100644
--- a/src/lib/libcrypto/x509v3/ext_dat.h
+++ b/src/lib/libcrypto/x509v3/ext_dat.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ext_dat.h,v 1.11 2014/07/10 22:45:58 jsing Exp $ */ 1/* $OpenBSD: ext_dat.h,v 1.12 2015/02/10 13:28:17 jsing Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 1999. 3 * project 1999.
4 */ 4 */
@@ -103,10 +103,6 @@ static const X509V3_EXT_METHOD *standard_exts[] = {
103#endif 103#endif
104 &v3_sxnet, 104 &v3_sxnet,
105 &v3_info, 105 &v3_info,
106#ifndef OPENSSL_NO_RFC3779
107 &v3_addr,
108 &v3_asid,
109#endif
110#ifndef OPENSSL_NO_OCSP 106#ifndef OPENSSL_NO_OCSP
111 &v3_ocsp_nonce, 107 &v3_ocsp_nonce,
112 &v3_ocsp_crlid, 108 &v3_ocsp_crlid,