Hi Sebastien,

Sebastien Helleu wrote:
> On Thu, Jul 07, 2011 at 02:21:13PM -0500, Jonathan Nieder wrote:

>>  src/core/wee-network.c:106:5: warning: 
>> ‘gnutls_certificate_client_set_retrieve_function’
>>   is deprecated (declared at /usr/include/gnutls/compat.h:158) 
>> [-Wdeprecated-declarations]
[...]
> Could you please tell me which version of gnutls you are using?
> With version 2.10.5-2 (from Debian Sid), I have no such warning.

I'm using version 2.12.7-2 from Debian experimental[*].  It seems the
function was deprecated by gnutls_2_11_3~303 (Deprecated the sign
callback, 2010-05-15) without a corresponding mention in the NEWS file
(oops).

The replacement "gnutls_certificate_set_retrieve_function" was
introduced around the same time.  So I wouldn't worry about it unless
you want to try the new API on a separate branch or use ifdefs to make
use of it where available.  I don't think the old function's actually
going away soon.

Regards,
Jonathan

[*] I have no clue when it will migrate to sid. :)
http://bugs.debian.org/630511



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to