summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-02-02 20:55:15 +0000
committerMatt Caswell <matt@openssl.org>2015-03-26 15:02:00 +0000
commit7a7048aff053929feaadee4895749fe0a661d353 (patch)
tree8a4c88c69c9113bfa7804aa3c5de4f30237a4cc7 /ssl/s3_lib.c
parent24a90afd858634d3fc4aabae6aa7e30020dc87ff (diff)
Move s->packet and s->packet_length into s->rlayer
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ssl/s3_lib.c')
-rw-r--r--ssl/s3_lib.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ssl/s3_lib.c b/ssl/s3_lib.c
index bd860d6fde..a7dbbf688d 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -3183,7 +3183,6 @@ void ssl3_clear(SSL *s)
ssl_free_wbio_buffer(s);
- s->packet_length = 0;
s->s3->renegotiate = 0;
s->s3->total_renegotiations = 0;
s->s3->num_renegotiations = 0;