summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-06-04 11:18:55 +0100
committerMatt Caswell <matt@openssl.org>2015-06-04 12:53:45 +0100
commitda5fab73255c24e0b6ce8717df2441a03f504939 (patch)
treee282a787d537b1c2386bd2fd844befd162c245bb
parentefd89aa9cc7ed1142be8a4baa49567170bc4626e (diff)
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 <rsalz@openssl.org> (cherry picked from commit f3d889523ee84f1e87e4da0d59e2702a4bee7907)
-rw-r--r--ssl/s3_clnt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c
index 609b00596f..c49564191e 100644
--- a/ssl/s3_clnt.c
+++ b/ssl/s3_clnt.c
@@ -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