changeset 1356:b68fb21c2f72

Avoid calling a deprecated gnutls function just for debug logging.
author Thomas Klausner <tk@giga.or.at>
date Sat, 18 May 2019 14:43:01 +0200
parents 70b6067f4552
children 925470fbe59d
files libfdcore/cnxctx.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- 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.
 		*/
"Welcome to our mercurial repository"