summaryrefslogtreecommitdiffstats
path: root/ssl/s3_lib.c
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-02-01 15:41:06 +0000
committerMatt Caswell <matt@openssl.org>2015-03-26 13:53:07 +0000
commit4e08d4a84c5935667ae266008174565b3ba39b58 (patch)
treefb6be257d8243b71d7a7afb03556485ba1651cf5 /ssl/s3_lib.c
parent92ffa83d8b5bb9ba9d56a8e321d5924956a0bbe4 (diff)
Move s->s3->wrec to s>rlayer>wrec
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 eaa15ba863..6066c7807d 100644
--- a/ssl/s3_lib.c
+++ b/ssl/s3_lib.c
@@ -3112,7 +3112,6 @@ int ssl3_new(SSL *s)
goto err;
memset(s3, 0, sizeof *s3);
s->s3 = s3;
- SSL3_RECORD_clear(RECORD_LAYER_get_wrec(&s->rlayer));
#ifndef OPENSSL_NO_SRP
if(!SSL_SRP_CTX_init(s))