aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_handshake.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2012-03-27 17:44:19 +0200
committerIngela Anderton Andin <[email protected]>2012-03-27 17:44:19 +0200
commit49acec1bbc272556f87d47faf5dbc5b8f260598e (patch)
tree0803a3660922929e4b7e8238eb3bd2303fb9b4a1 /lib/ssl/src/ssl_handshake.erl
parent3e922e3a1995f7a63d7bf457a6a45a3d8010756f (diff)
downloadotp-49acec1bbc272556f87d47faf5dbc5b8f260598e.tar.gz
otp-49acec1bbc272556f87d47faf5dbc5b8f260598e.tar.bz2
otp-49acec1bbc272556f87d47faf5dbc5b8f260598e.zip
Corrected dialyzer specs and exported some dialyzer specs
Diffstat (limited to 'lib/ssl/src/ssl_handshake.erl')
-rw-r--r--lib/ssl/src/ssl_handshake.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_handshake.erl b/lib/ssl/src/ssl_handshake.erl
index ef60cac6df..2e0a3de182 100644
--- a/lib/ssl/src/ssl_handshake.erl
+++ b/lib/ssl/src/ssl_handshake.erl
@@ -543,7 +543,7 @@ server_key_exchange_hash(dhe_dss, Value) ->
crypto:sha(Value).
%%--------------------------------------------------------------------
--spec prf(tls_version(), binary(), binary(), binary(), non_neg_integer()) ->
+-spec prf(tls_version(), binary(), binary(), [binary()], non_neg_integer()) ->
{ok, binary()} | {error, undefined}.
%%
%% Description: use the TLS PRF to generate key material