gweb: Remove call to deprecated GnuTLS function
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Fri, 1 Jul 2011 23:50:53 +0000 (20:50 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 2 Jul 2011 03:02:23 +0000 (20:02 -0700)
commit2383e638e96608671abbc51b94a9a32cf87e1a1e
tree30bf4ebb140dc52e693118bbb60a80c2c709b47f
parentea81b3269f9f507a6be8d139662e1c1d387e9417
gweb: Remove call to deprecated GnuTLS function

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