summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-08-26 14:22:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-08-26 14:22:40 +0000
commit48ae85b6ffe85e327f63c59d8de6a94a8b8f2d3b (patch)
treecc732ab165a3631aa940ccd6e0ce96745c693eba /ssl/s3_lib.c
parent82281ce47d0c27a6030a863156f9e2c68a8bf018 (diff)
PR: 1833
Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de> Support for abbreviated handshakes when renegotiating.
Diffstat (limited to 'ssl/s3_lib.c')
-rw-r--r--ssl/s3_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index d6b047c995..dec84188ee 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -2226,6 +2226,7 @@ void ssl3_clear(SSL *s)
s->packet_length=0;
s->s3->renegotiate=0;
+ s->s3->new_session=0;
s->s3->total_renegotiations=0;
s->s3->num_renegotiations=0;
s->s3->in_read_app_data=0;