git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33980 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-10-14 09:34:35 +00:00
parent 400f0b9e4d
commit 503088a01c
2 changed files with 2 additions and 3 deletions

View file

@ -693,7 +693,6 @@ static gnutls_anon_client_credentials_t anoncred;
/* Set transport layer to use our low level stream code.
*/
gnutls_transport_set_lowat (session, 0);
gnutls_transport_set_pull_function (session, GSTLSPull);
gnutls_transport_set_push_function (session, GSTLSPush);
gnutls_transport_set_ptr (session, (gnutls_transport_ptr_t)self);