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:
7074f1d
)
Update from HEAD.
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 13 Jun 2009 20:47:09 +0000
(20:47 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 13 Jun 2009 20:47:09 +0000
(20:47 +0000)
ssl/s3_srvr.c
patch
|
blob
|
history
diff --git
a/ssl/s3_srvr.c
b/ssl/s3_srvr.c
index ffa031f61e0ca712ab1ff8ce79fc95207614a080..44065d7e894103239ad72148e45955acbef58da4 100644
(file)
--- a/
ssl/s3_srvr.c
+++ b/
ssl/s3_srvr.c
@@
-2388,6
+2388,8
@@
int ssl3_get_client_key_exchange(SSL *s)
EC_POINT_free(clnt_ecpoint);
EC_KEY_free(srvr_ecdh);
BN_CTX_free(bn_ctx);
+ EC_KEY_free(s->s3->tmp.ecdh);
+ s->s3->tmp.ecdh = NULL;
/* Compute the master secret */
s->session->master_key_length = s->method->ssl3_enc-> \