Re: [PATCH 1/2] Remove call to deprecated function

2011-07-01 Thread Marcel Holtmann
Hi Lucas, > If we use gnutls 2.12.0 or later it's necessary to call > gnutls_transport_set_lowat() to disable the lowat functionality. Since > this function is deprecated in new versions of gnutls, call it only if > using an older version. > --- > gweb/giognutls.c |2 ++ > 1 files changed, 2

Re: [PATCH 1/2] Remove call to deprecated function

2011-07-01 Thread Lucas De Marchi
On Fri, Jul 1, 2011 at 8:50 PM, Lucas De Marchi wrote: > If we use gnutls 2.12.0 or later it's necessary to call > gnutls_transport_set_lowat() to disable the lowat functionality. Since > this function is deprecated in new versions of gnutls, call it only if > using an older version. > --- >  gweb

[PATCH 1/2] Remove call to deprecated function

2011-07-01 Thread Lucas De Marchi
If we use gnutls 2.12.0 or later it's necessary to call gnutls_transport_set_lowat() to disable the lowat functionality. Since this function is deprecated in new versions of gnutls, call it only if using an older version. --- gweb/giognutls.c |2 ++ 1 files changed, 2 insertions(+), 0 deletion