aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorzi <zi@FreeBSD.org>2017-06-11 21:03:27 +0800
committerzi <zi@FreeBSD.org>2017-06-11 21:03:27 +0800
commit5cbc978df68bd5b0b4a2b4180f926e4f3a4222ad (patch)
tree22d9687edb5aba62ea408270d7a0eff4b6ba3b35 /net
parentbeff16af3a86ae769e208a74ed239565757a5b5e (diff)
downloadfreebsd-ports-gnome-5cbc978df68bd5b0b4a2b4180f926e4f3a4222ad.tar.gz
freebsd-ports-gnome-5cbc978df68bd5b0b4a2b4180f926e4f3a4222ad.tar.zst
freebsd-ports-gnome-5cbc978df68bd5b0b4a2b4180f926e4f3a4222ad.zip
- Revert bad patch to resolve build
Diffstat (limited to 'net')
-rw-r--r--net/freeradius3/files/patch-src__main__tls.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/net/freeradius3/files/patch-src__main__tls.c b/net/freeradius3/files/patch-src__main__tls.c
deleted file mode 100644
index 80766fb628f2..000000000000
--- a/net/freeradius3/files/patch-src__main__tls.c
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/main/tls.c.orig 2017-03-06 13:58:04 UTC
-+++ src/main/tls.c
-@@ -107,8 +107,8 @@ static libssl_defect_t libssl_defects[]
- .comment = "For more information see https://www.openssl.org/news/secadv/20160922.txt"
- },
- {
-- .low = 0x010001000, /* 1.0.1 */
-- .high = 0x01000106f, /* 1.0.1f */
-+ .low = 0x090001000, /* 9.0.1 */
-+ .high = 0x09000106f, /* 9.0.1f */
- .id = "CVE-2014-0160",
- .name = "Heartbleed",
- .comment = "For more information see http://heartbleed.com"
-@@ -2131,7 +2131,7 @@ int cbtls_verify(int ok, X509_STORE_CTX
- }
-
- if (lookup == 0) {
--#if OPENSSL_VERSION_NUMBER >= 0x10100000L
-+#if OPENSSL_VERSION_NUMBER >= 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
- ext_list = X509_get0_extensions(client_cert);
- #else
- X509_CINF *client_inf;