Remove misleading comment
authorMatt Caswell <matt@openssl.org>
Thu, 4 Jun 2015 10:18:55 +0000 (11:18 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 4 Jun 2015 11:53:45 +0000 (12:53 +0100)
Remove a comment that suggested further clean up was required.
DH_free() performs the necessary cleanup.

With thanks to the Open Crypto Audit Project for reporting this issue.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit f3d889523ee84f1e87e4da0d59e2702a4bee7907)

ssl/s3_clnt.c

index 609b00596fb8aa1a42d20ed9ab99181bfd829e66..c49564191eb22ac427a42c5b038fd3815a8d48b3 100644 (file)
@@ -2721,8 +2721,6 @@ int ssl3_send_client_key_exchange(SSL *s)
             }
 
             DH_free(dh_clnt);
-
-            /* perhaps clean things up a bit EAY EAY EAY EAY */
         }
 #endif