Remove misleading comment
authorMatt Caswell <matt@openssl.org>
Thu, 4 Jun 2015 10:18:55 +0000 (11:18 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 4 Jun 2015 10:21:02 +0000 (11:21 +0100)
commitf3d889523ee84f1e87e4da0d59e2702a4bee7907
tree7f42773772d58d28529da37af90dd259b924c13e
parentb7ee4815f2452c854cc859e8dda88f2673cdddea
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>
ssl/s3_clnt.c