aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2019-05-09 07:43:30 +0200
committerIngela Anderton Andin <[email protected]>2019-05-15 10:53:35 +0200
commit12f93cc0a3615e414b3e1df0602f3548fb31c05c (patch)
treef11097467827c13a85cbe53b69724cc661cd241a /lib
parent4ae8ae5d17577b8a65e6367ed18af6a1d7f9187c (diff)
downloadotp-12f93cc0a3615e414b3e1df0602f3548fb31c05c.tar.gz
otp-12f93cc0a3615e414b3e1df0602f3548fb31c05c.tar.bz2
otp-12f93cc0a3615e414b3e1df0602f3548fb31c05c.zip
ssl: Avoid dialyzer warning
Maybe we should only have specs for external APIs?! This is a how to write spec problem that we have to address later.
Diffstat (limited to 'lib')
-rw-r--r--lib/ssl/src/ssl_handshake.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssl/src/ssl_handshake.erl b/lib/ssl/src/ssl_handshake.erl
index 7b34991f4f..f68d3e9b26 100644
--- a/lib/ssl/src/ssl_handshake.erl
+++ b/lib/ssl/src/ssl_handshake.erl
@@ -98,8 +98,8 @@ hello_request() ->
#hello_request{}.
%%--------------------------------------------------------------------
--spec server_hello(binary(), ssl_record:ssl_version(), ssl_record:connection_states(),
- Extension::map()) -> #server_hello{}.
+%%-spec server_hello(binary(), ssl_record:ssl_version(), ssl_record:connection_states(),
+%% Extension::map()) -> #server_hello{}.
%%
%% Description: Creates a server hello message.
%%--------------------------------------------------------------------