aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/dtls_handshake.hrl
diff options
context:
space:
mode:
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 50e92027d2..41da8e5c8c 100644
--- a/lib/ssl/src/dtls_handshake.hrl
+++ b/lib/ssl/src/dtls_handshake.hrl
@@ -27,6 +27,7 @@
-define(dtls_handshake, true).
-include("ssl_handshake.hrl"). %% Common TLS and DTLS records and Constantes
+-include("ssl_api.hrl").
-define(HELLO_VERIFY_REQUEST, 3).
-define(HELLO_VERIFY_REQUEST_VERSION, {254, 255}).