summaryrefslogtreecommitdiff
path: root/net/filezilla/patches/patch-aa
blob: 3fc1256e2fd57be2b16ab4f82ff030952e66af77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$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;