projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7ee481
)
Remove misleading comment
author
Matt Caswell
<matt@openssl.org>
Thu, 4 Jun 2015 10:18:55 +0000
(11:18 +0100)
committer
Matt Caswell
<matt@openssl.org>
Thu, 4 Jun 2015 10:21:02 +0000
(11:21 +0100)
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
patch
|
blob
|
history
diff --git
a/ssl/s3_clnt.c
b/ssl/s3_clnt.c
index 888fe4f5411815aeb36c2f2fac5139dff40bdeec..632d743871d3944f7295794b4bc5235902c99287 100644
(file)
--- 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