diff options
author | Zandra <[email protected]> | 2015-11-26 11:57:14 +0100 |
---|---|---|
committer | Zandra <[email protected]> | 2015-11-26 11:57:14 +0100 |
commit | 7cff7b6f315cce44c4f4eae6b6bf30e255314fd6 (patch) | |
tree | c19022525dbfb8447ed32643990d8831baced665 /lib/ssl/src/ssl_session.erl | |
parent | 3747f01d19676f6f8d5d8b0a05c9ddbf6d92be49 (diff) | |
parent | 120975c4fcb57ecd14031ac046f483e56a3daa4d (diff) | |
download | otp-7cff7b6f315cce44c4f4eae6b6bf30e255314fd6.tar.gz otp-7cff7b6f315cce44c4f4eae6b6bf30e255314fd6.tar.bz2 otp-7cff7b6f315cce44c4f4eae6b6bf30e255314fd6.zip |
Merge branch 'ppikula/fix-24h-macro' into maint
* ppikula/fix-24h-macro:
fix incorrect number of seconds in 24h macro The previous commit - 7b93f5d8a224a0a076a420294c95a666a763ee60 fixed the macro only in one place.
OTP-13141
Diffstat (limited to 'lib/ssl/src/ssl_session.erl')
-rw-r--r-- | lib/ssl/src/ssl_session.erl | 2 |
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(). %%-------------------------------------------------------------------- |