Move s->s3->wrec to s>rlayer>wrec

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Matt Caswell
2015-02-01 15:41:06 +00:00
parent 92ffa83d8b
commit 4e08d4a84c
4 changed files with 4 additions and 3 deletions

View File

@@ -304,6 +304,7 @@ SSL *SSL_new(SSL_CTX *ctx)
RECORD_LAYER_set_ssl(&s->rlayer, s);
SSL3_RECORD_clear(RECORD_LAYER_get_rrec(&s->rlayer));
SSL3_RECORD_clear(RECORD_LAYER_get_wrec(&s->rlayer));
#ifndef OPENSSL_NO_KRB5
s->kssl_ctx = kssl_ctx_new();