From cc10eab7ebb6162c5621c458eb1037b9ec814800 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 25 Apr 2017 01:53:37 +0100 Subject: [PATCH] Removed comment left over from development --- libvncclient/tls_gnutls.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/libvncclient/tls_gnutls.c b/libvncclient/tls_gnutls.c index 2fc65a5..f49fa85 100644 --- a/libvncclient/tls_gnutls.c +++ b/libvncclient/tls_gnutls.c @@ -113,9 +113,6 @@ verify_certificate_callback (gnutls_session_t session) return GNUTLS_E_CERTIFICATE_ERROR; } - /* This is not a real world example, since we only check the first - * certificate in the given chain. - */ if (gnutls_x509_crt_import (cert, &cert_list[0], GNUTLS_X509_FMT_DER) < 0) { rfbClientLog("Error parsing certificate\n");