Commit da5fab73 authored by Matt Caswell's avatar Matt Caswell
Browse files

Remove misleading comment



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: default avatarRich Salz <rsalz@openssl.org>
(cherry picked from commit f3d88952)
parent efd89aa9
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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