summaryrefslogtreecommitdiffstats
path: root/libvncclient
diff options
context:
space:
mode:
authorsimon <root@simon.home>2017-04-25 01:53:37 +0100
committersimon <root@simon.home>2017-04-25 01:53:37 +0100
commitcc10eab7ebb6162c5621c458eb1037b9ec814800 (patch)
treea33bc216f0c681742696ea2f831a274e9389ae2e /libvncclient
parentcc69ee96e113c8b86f132f6316f22faa3e9205ce (diff)
downloadlibtdevnc-cc10eab7ebb6162c5621c458eb1037b9ec814800.tar.gz
libtdevnc-cc10eab7ebb6162c5621c458eb1037b9ec814800.zip
Removed comment left over from development
Diffstat (limited to 'libvncclient')
-rw-r--r--libvncclient/tls_gnutls.c3
1 files changed, 0 insertions, 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");