diff options
author | simon <root@simon.home> | 2017-04-25 01:53:37 +0100 |
---|---|---|
committer | simon <root@simon.home> | 2017-04-25 01:53:37 +0100 |
commit | cc10eab7ebb6162c5621c458eb1037b9ec814800 (patch) | |
tree | a33bc216f0c681742696ea2f831a274e9389ae2e | |
parent | cc69ee96e113c8b86f132f6316f22faa3e9205ce (diff) | |
download | libtdevnc-cc10eab7ebb6162c5621c458eb1037b9ec814800.tar.gz libtdevnc-cc10eab7ebb6162c5621c458eb1037b9ec814800.zip |
Removed comment left over from development
-rw-r--r-- | libvncclient/tls_gnutls.c | 3 |
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"); |