summaryrefslogtreecommitdiff
path: root/lib/ssl/src/tls_record.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ssl/src/tls_record.hrl')
-rw-r--r--lib/ssl/src/tls_record.hrl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssl/src/tls_record.hrl b/lib/ssl/src/tls_record.hrl
index e446e481a7..d2e6ad262f 100644
--- a/lib/ssl/src/tls_record.hrl
+++ b/lib/ssl/src/tls_record.hrl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 2013-2022. All Rights Reserved.
+%% Copyright Ericsson AB 2013-2023. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -32,7 +32,7 @@
%% Used to handle tls_plain_text, tls_compressed and tls_cipher_text
-record(ssl_tls, {
type,
- version,
+ version :: tls_record:tls_version() | undefined,
fragment,
early_data = false % TLS-1.3
}).