From: Matt Caswell Date: Thu, 4 Jun 2015 10:18:55 +0000 (+0100) Subject: Remove misleading comment X-Git-Tag: OpenSSL_1_1_0-pre1~1033 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=f3d889523ee84f1e87e4da0d59e2702a4bee7907 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: Rich Salz --- diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c index 888fe4f541..632d743871 100644 --- a/ssl/s3_clnt.c +++ b/ssl/s3_clnt.c @@ -2572,8 +2572,6 @@ int ssl3_send_client_key_exchange(SSL *s) } DH_free(dh_clnt); - - /* perhaps clean things up a bit EAY EAY EAY EAY */ } #endif