diff options
author | Ingela Anderton Andin <[email protected]> | 2014-03-24 15:48:43 +0100 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2014-03-25 16:17:05 +0100 |
commit | c2aab88300a61960a38b6ca33d64c9fae39989b3 (patch) | |
tree | 854bdf69592c89045b31690a2ba4d6d6af43e83c /lib/ssl/src/dtls_handshake.hrl | |
parent | 8af48b0b2c168ab096dec7d6efae1661d40968fc (diff) | |
download | otp-c2aab88300a61960a38b6ca33d64c9fae39989b3.tar.gz otp-c2aab88300a61960a38b6ca33d64c9fae39989b3.tar.bz2 otp-c2aab88300a61960a38b6ca33d64c9fae39989b3.zip |
ssl: Avoid dialyzer warnings in dtls code
Even if DTLS is not finished, e.i. not runnable yet we
want to phase in the code together with refactoring of TLS code,
but without introducing warnings in the release.
Diffstat (limited to 'lib/ssl/src/dtls_handshake.hrl')
-rw-r--r-- | lib/ssl/src/dtls_handshake.hrl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/ssl/src/dtls_handshake.hrl b/lib/ssl/src/dtls_handshake.hrl index 5bdf45f627..3b57575b6d 100644 --- a/lib/ssl/src/dtls_handshake.hrl +++ b/lib/ssl/src/dtls_handshake.hrl @@ -1,7 +1,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2013-2013. All Rights Reserved. +%% Copyright Ericsson AB 2013-2014. All Rights Reserved. %% %% The contents of this file are subject to the Erlang Public License, %% Version 1.1, (the "License"); you may not use this file except in @@ -53,6 +53,4 @@ completed }). --type dtls_handshake() :: #client_hello{} | #hello_verify_request{} | ssl_handshake(). - -endif. % -ifdef(dtls_handshake). |