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 11:21:02 +0100
commitf3d889523ee84f1e87e4da0d59e2702a4bee7907 (patch)
tree7f42773772d58d28529da37af90dd259b924c13e /ssl
parentb7ee4815f2452c854cc859e8dda88f2673cdddea (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>
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 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