aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_record.erl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2014-02-27 14:48:59 +0100
committerIngela Anderton Andin <[email protected]>2014-03-25 15:48:22 +0100
commitc635f15d22802f7ff18fd1ce9197b2cc760979ef (patch)
tree2f4ff0c4b570f5049d614fd076cf50cee5320f78 /lib/ssl/src/ssl_record.erl
parent8ffbf0feccb375afc10ce676070b6b778e9bf260 (diff)
downloadotp-c635f15d22802f7ff18fd1ce9197b2cc760979ef.tar.gz
otp-c635f15d22802f7ff18fd1ce9197b2cc760979ef.tar.bz2
otp-c635f15d22802f7ff18fd1ce9197b2cc760979ef.zip
ssl: Refactor and start implementing dtls_connection.erl
Diffstat (limited to 'lib/ssl/src/ssl_record.erl')
-rw-r--r--lib/ssl/src/ssl_record.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ssl/src/ssl_record.erl b/lib/ssl/src/ssl_record.erl
index 018c8befe0..4d02ef65d2 100644
--- a/lib/ssl/src/ssl_record.erl
+++ b/lib/ssl/src/ssl_record.erl
@@ -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
@@ -356,7 +356,7 @@ compressions() ->
[?byte(?NULL)].
%%--------------------------------------------------------------------
--spec cipher(tls_version(), iolist(), #connection_state{}, MacHash::binary()) ->
+-spec cipher(tls_version(), iodata(), #connection_state{}, MacHash::binary()) ->
{CipherFragment::binary(), #connection_state{}}.
%%
%% Description: Payload encryption