From bb82db1c776ec85b9a63f79fa04b001fb7d46fc7 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 4 Jun 2015 11:18:55 +0100 Subject: [PATCH] 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 (cherry picked from commit f3d889523ee84f1e87e4da0d59e2702a4bee7907) --- ssl/s3_clnt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c index f9063898a7..980c74c8e8 100644 --- a/ssl/s3_clnt.c +++ b/ssl/s3_clnt.c @@ -2307,8 +2307,6 @@ int ssl3_send_client_key_exchange(SSL *s) n += 2; DH_free(dh_clnt); - - /* perhaps clean things up a bit EAY EAY EAY EAY */ } #endif -- 2.25.1