diff options
author | 2015-02-10 13:28:17 +0000 | |
---|---|---|
committer | 2015-02-10 13:28:17 +0000 | |
commit | ac96efb46afd43540a0c240f7ee7522aa54af48e (patch) | |
tree | 7acc20b909f171f5137ef04630ae29f62d22d55b /lib/libssl/src/crypto/x509v3/ext_dat.h | |
parent | s/usbd_xfer_handle/struct usbd_xfer */ (diff) | |
download | wireguard-openbsd-ac96efb46afd43540a0c240f7ee7522aa54af48e.tar.xz wireguard-openbsd-ac96efb46afd43540a0c240f7ee7522aa54af48e.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 'lib/libssl/src/crypto/x509v3/ext_dat.h')
-rw-r--r-- | lib/libssl/src/crypto/x509v3/ext_dat.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libssl/src/crypto/x509v3/ext_dat.h b/lib/libssl/src/crypto/x509v3/ext_dat.h index 1111af21081..f8bf7916b38 100644 --- a/lib/libssl/src/crypto/x509v3/ext_dat.h +++ b/lib/libssl/src/crypto/x509v3/ext_dat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ext_dat.h,v 1.11 2014/07/10 22:45:58 jsing Exp $ */ +/* $OpenBSD: ext_dat.h,v 1.12 2015/02/10 13:28:17 jsing Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 1999. */ @@ -103,10 +103,6 @@ static const X509V3_EXT_METHOD *standard_exts[] = { #endif &v3_sxnet, &v3_info, -#ifndef OPENSSL_NO_RFC3779 - &v3_addr, - &v3_asid, -#endif #ifndef OPENSSL_NO_OCSP &v3_ocsp_nonce, &v3_ocsp_crlid, |