From 62ec4b94c9b1942d04a7969d9eb9b49418c53b28 Mon Sep 17 00:00:00 2001 From: jsing <> Date: Fri, 22 Jul 2022 19:54:46 +0000 Subject: Convert TLS transcript from BUF_MEM to tls_buffer. ok beck@ tb@ --- src/lib/libssl/ssl_locl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 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 34fb5815a9..7623daccf1 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.415 2022/07/20 13:43:33 tb Exp $ */ +/* $OpenBSD: ssl_locl.h,v 1.416 2022/07/22 19:54:46 jsing Exp $ */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * @@ -1181,7 +1181,7 @@ typedef struct ssl3_state_st { const unsigned char *wpend_buf; /* Transcript of handshake messages that have been sent and received. */ - BUF_MEM *handshake_transcript; + struct tls_buffer *handshake_transcript; /* Rolling hash of handshake messages. */ EVP_MD_CTX *handshake_hash; -- cgit v1.2.3-55-g6feb