aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_session.erl
diff options
context:
space:
mode:
authorPawel Pikula <[email protected]>2015-10-22 21:02:52 +0200
committerPawel Pikula <[email protected]>2015-10-22 21:02:52 +0200
commit120975c4fcb57ecd14031ac046f483e56a3daa4d (patch)
tree3a57c5921b6d88c9c26dac7c824cf50f611fdb71 /lib/ssl/src/ssl_session.erl
parent4f9905824002bebc33c2914669b4c364927cb0ee (diff)
downloadotp-120975c4fcb57ecd14031ac046f483e56a3daa4d.tar.gz
otp-120975c4fcb57ecd14031ac046f483e56a3daa4d.tar.bz2
otp-120975c4fcb57ecd14031ac046f483e56a3daa4d.zip
fix incorrect number of seconds in 24h macro
The previous commit - 7b93f5d8a224a0a076a420294c95a666a763ee60 fixed the macro only in one place.
Diffstat (limited to 'lib/ssl/src/ssl_session.erl')
-rw-r--r--lib/ssl/src/ssl_session.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/ssl/src/ssl_session.erl b/lib/ssl/src/ssl_session.erl
index 0d6cc93a20..1849a05314 100644
--- a/lib/ssl/src/ssl_session.erl
+++ b/lib/ssl/src/ssl_session.erl
@@ -31,8 +31,6 @@
%% Internal application API
-export([is_new/2, client_id/4, server_id/6, valid_session/2]).
--define('24H_in_sec', 8640).
-
-type seconds() :: integer().
%%--------------------------------------------------------------------