Use good m_ functions, because it smell like a flower, version 2.
[apps/madmutt.git] / lib-sys / mutt_ssl.c
index 4c7137a..5d7c551 100644 (file)
@@ -333,9 +333,6 @@ static int ssl_socket_close (CONNECTION * conn)
 
   if (data) {
     SSL_shutdown (data->ssl);
-#if 0
-    X509_free (data->cert);
-#endif
     SSL_free (data->ssl);
     SSL_CTX_free (data->ctx);
     p_delete(&conn->sockdata);