summaryrefslogtreecommitdiffstats
path: root/ssl
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:56:13 +0100
commitc22ed559bbb6e75d03ce4e8cb3655988fc123d4f (patch)
treed6c2878c23d1f8f5c89a3817c29f851df315cefe /ssl
parent4b6f33a5c284168ef3aa49d1a37cbcc6565bc0e5 (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)
Diffstat (limited to 'ssl')
-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 eb7b94eac9..f435899f61 100644
--- a/ssl/s3_clnt.c
+++ b/ssl/s3_clnt.c
@@ -2595,8 +2595,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