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)
This commit is contained in:
parent
4b6f33a5c2
commit
c22ed559bb
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user