]> ruderich.org/simon Gitweb - tlsproxy/tlsproxy.git/blobdiff - src/verify.c
Minor source comment fixes.
[tlsproxy/tlsproxy.git] / src / verify.c
index 6558d42866422a9a85b8f6ce4ae0fb526a20bc35..4cd9d503d791ae3c427c7ffe3e845037897747cd 100644 (file)
@@ -106,7 +106,7 @@ int verify_tls_connection(gnutls_session_t session, const char *hostname) {
         gnutls_x509_crt_deinit(cert);
         return -1;
     }
-    /* We got the certificate as PEM, free it. */
+    /* We got the certificate as PEM, free the crt struct. */
     gnutls_x509_crt_deinit(cert);
 
     /* Open stored server certificate file. */