From: Lucas De Marchi Date: Fri, 1 Jul 2011 23:50:53 +0000 (-0300) Subject: gweb: Remove call to deprecated GnuTLS function X-Git-Tag: 0.76~46 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2383e638e96608671abbc51b94a9a32cf87e1a1e;hp=2383e638e96608671abbc51b94a9a32cf87e1a1e;p=platform%2Fupstream%2Fconnman.git 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. ---