aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/dtls_handshake.hrl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-06-14 15:30:16 +0200
committerHans Nilsson <[email protected]>2017-06-14 15:30:16 +0200
commit8e1cd77c97835c7ac8ecc1adcc13a366fb3904a3 (patch)
treed497bcea50cd029f519b8894db859a5a5a5030ad /lib/ssl/src/dtls_handshake.hrl
parent2e4f0aa732b4dcc0a511234b4bdf11d61ca6b5fd (diff)
parent478205d32667dd7575d70d412d96c8c695168c46 (diff)
downloadotp-8e1cd77c97835c7ac8ecc1adcc13a366fb3904a3.tar.gz
otp-8e1cd77c97835c7ac8ecc1adcc13a366fb3904a3.tar.bz2
otp-8e1cd77c97835c7ac8ecc1adcc13a366fb3904a3.zip
Merge remote-tracking branch 'ingela/ingela/dtls/client-hello-verify/ERL-434'
Diffstat (limited to 'lib/ssl/src/dtls_handshake.hrl')
-rw-r--r--lib/ssl/src/dtls_handshake.hrl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssl/src/dtls_handshake.hrl b/lib/ssl/src/dtls_handshake.hrl
index 0a980c5f31..24678cba0e 100644
--- a/lib/ssl/src/dtls_handshake.hrl
+++ b/lib/ssl/src/dtls_handshake.hrl
@@ -29,6 +29,7 @@
-include("ssl_handshake.hrl"). %% Common TLS and DTLS records and Constantes
-define(HELLO_VERIFY_REQUEST, 3).
+-define(HELLO_VERIFY_REQUEST_VERSION, {254, 255}).
-record(client_hello, {
client_version,