From a44b8f51b28515300b7d351485e371c07311a9f4 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Thu, 7 Jan 2021 15:32:59 +0000 Subject: Move the read MAC key into the TLSv1.2 record layer. ok inoguchi@ tb@ --- src/lib/libssl/ssl_locl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libssl/ssl_locl.h') diff --git a/src/lib/libssl/ssl_locl.h b/src/lib/libssl/ssl_locl.h index 312c18f7ca..5c646d2208 100644 --- a/src/lib/libssl/ssl_locl.h +++ b/src/lib/libssl/ssl_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ssl_locl.h,v 1.310 2020/12/15 16:04:49 tb Exp $ */ +/* $OpenBSD: ssl_locl.h,v 1.311 2021/01/07 15:32:59 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -833,8 +833,6 @@ typedef struct ssl3_buffer_internal_st { typedef struct ssl3_state_internal_st { unsigned char read_sequence[SSL3_SEQUENCE_SIZE]; - int read_mac_secret_size; - unsigned char read_mac_secret[EVP_MAX_MD_SIZE]; unsigned char write_sequence[SSL3_SEQUENCE_SIZE]; SSL3_BUFFER_INTERNAL rbuf; /* read IO goes into here */ -- cgit v1.2.3-55-g6feb