summaryrefslogtreecommitdiff
path: root/net/filezilla/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/filezilla/patches/patch-aa')
-rw-r--r--net/filezilla/patches/patch-aa14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/filezilla/patches/patch-aa b/net/filezilla/patches/patch-aa
deleted file mode 100644
index 3fc1256e2fd..00000000000
--- a/net/filezilla/patches/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2012/07/06 15:37:23 drochner Exp $
-
-fix build with gnutls-3
-
---- src/engine/tlssocket.cpp.orig 2011-05-02 03:30:19.000000000 +0000
-+++ src/engine/tlssocket.cpp
-@@ -113,7 +113,6 @@ bool CTlsSocket::Init()
- gnutls_transport_set_push_function(m_session, PushFunction);
- gnutls_transport_set_pull_function(m_session, PullFunction);
- gnutls_transport_set_ptr(m_session, (gnutls_transport_ptr_t)this);
-- gnutls_transport_set_lowat(m_session, 0);
-
- m_shutdown_requested = false;
-