X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=src%2Fverify.c;h=4cd9d503d791ae3c427c7ffe3e845037897747cd;hb=cb291e5cd62b9bd9a740e86b85bd4ae84595b3d3;hp=6558d42866422a9a85b8f6ce4ae0fb526a20bc35;hpb=80e82203daef6daf7a16219876fc404e12f82c8a;p=tlsproxy%2Ftlsproxy.git diff --git a/src/verify.c b/src/verify.c index 6558d42..4cd9d50 100644 --- a/src/verify.c +++ b/src/verify.c @@ -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. */