# HG changeset patch # User Thomas Klausner # Date 1558183381 -7200 # Node ID b68fb21c2f72c490ffa938595f675bafaa90b739 # Parent 70b6067f45525414bc3fe747457b37e39842f043 Avoid calling a deprecated gnutls function just for debug logging. diff -r 70b6067f4552 -r b68fb21c2f72 libfdcore/cnxctx.c --- a/libfdcore/cnxctx.c Sat May 18 11:06:01 2019 +0200 +++ b/libfdcore/cnxctx.c Sat May 18 14:43:01 2019 +0200 @@ -1546,11 +1546,6 @@ tmp = gnutls_certificate_type_get_name (gnutls_certificate_type_get (session)); LOG_D("\t - Certificate Type: %s", tmp); - /* print the compression algorithm (if any) - */ - tmp = gnutls_compression_get_name (gnutls_compression_get (session)); - LOG_D("\t - Compression: %s", tmp); - /* print the name of the cipher used. * ie 3DES. */