mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33980 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
400f0b9e4d
commit
503088a01c
2 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue