aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/tls_handshake_1_3.hrl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2018-09-07 09:52:59 +0200
committerIngela Anderton Andin <[email protected]>2018-09-07 09:52:59 +0200
commit8017f8298db96f05ececb1790f926afc003c565d (patch)
tree2b11029180ddb67c7f2fca84bddfb2a1fb165ce8 /lib/ssl/src/tls_handshake_1_3.hrl
parent2917410f3e2baa7fdd9c276c91040b42e6d08ec1 (diff)
parent5960e81bc4e19d54a3b082840301665ad0e1cd09 (diff)
downloadotp-8017f8298db96f05ececb1790f926afc003c565d.tar.gz
otp-8017f8298db96f05ececb1790f926afc003c565d.tar.bz2
otp-8017f8298db96f05ececb1790f926afc003c565d.zip
Merge branch 'ingela/ssl/property-tests'
* ingela/ssl/property-tests: ssl: Correct compression decoding ssl: Add property tests framework ssl: Fix typo
Diffstat (limited to 'lib/ssl/src/tls_handshake_1_3.hrl')
-rw-r--r--lib/ssl/src/tls_handshake_1_3.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/tls_handshake_1_3.hrl b/lib/ssl/src/tls_handshake_1_3.hrl
index b07fa967b5..0ef954e2e9 100644
--- a/lib/ssl/src/tls_handshake_1_3.hrl
+++ b/lib/ssl/src/tls_handshake_1_3.hrl
@@ -217,7 +217,7 @@
}).
%% RFC 8446 B.3.5. Updating Keys
--record(end_of_earyly_data, {
+-record(end_of_early_data, {
}).
-define(UPDATE_NOT_REQUESTED, 0).