diff options
author | jsing <> | 2015-02-10 13:28:17 +0000 |
---|---|---|
committer | jsing <> | 2015-02-10 13:28:17 +0000 |
commit | 9c50482953bc7e90189e0ffe451dbeb6de65ff10 (patch) | |
tree | 8a4aa3005e423a450906e3e3dfcfaa9b514f6aed /src/lib/libcrypto/x509v3/ext_dat.h | |
parent | b76138809e995e34fc681e084f108b341f20c1e2 (diff) | |
download | openbsd-9c50482953bc7e90189e0ffe451dbeb6de65ff10.tar.gz openbsd-9c50482953bc7e90189e0ffe451dbeb6de65ff10.tar.bz2 openbsd-9c50482953bc7e90189e0ffe451dbeb6de65ff10.zip |
unifdef OPENSSL_NO_RFC3779 - this is currently disabled and unlikely to
be enabled, mostly since people use SANs instead.
ok beck@ guenther@
Diffstat (limited to 'src/lib/libcrypto/x509v3/ext_dat.h')
-rw-r--r-- | src/lib/libcrypto/x509v3/ext_dat.h | 6 |
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, |