aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/tls_connection_1_3.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssl/src/tls_connection_1_3.erl')
-rw-r--r--lib/ssl/src/tls_connection_1_3.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/tls_connection_1_3.erl b/lib/ssl/src/tls_connection_1_3.erl
index f5f91cedd7..a20499972b 100644
--- a/lib/ssl/src/tls_connection_1_3.erl
+++ b/lib/ssl/src/tls_connection_1_3.erl
@@ -142,7 +142,7 @@ negotiated(internal,
own_certificate = OwnCert},
ssl_options = #ssl_options{} = SslOpts,
key_share = KeyShare,
- tls_handshake_history = HHistory0,
+ handshake_env = #handshake_env{tls_handshake_history = HHistory0},
private_key = CertPrivateKey,
static_env = #static_env{
cert_db = CertDbHandle,