aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl_internal.hrl
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2018-08-15 16:54:03 +0200
committerIngela Anderton Andin <[email protected]>2018-08-27 15:21:01 +0200
commit0078ebf6c5311edc1a07be71fb7a127a175a60fa (patch)
tree107108b71e7ea255ce4b8df460a9ae201a4801f6 /lib/ssl/src/ssl_internal.hrl
parentd87ac1c55188f5ba5cdf72384125d94d42118c18 (diff)
downloadotp-0078ebf6c5311edc1a07be71fb7a127a175a60fa.tar.gz
otp-0078ebf6c5311edc1a07be71fb7a127a175a60fa.tar.bz2
otp-0078ebf6c5311edc1a07be71fb7a127a175a60fa.zip
ssl: Adopt distribution over TLS to use new sender process
Diffstat (limited to 'lib/ssl/src/ssl_internal.hrl')
-rw-r--r--lib/ssl/src/ssl_internal.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl_internal.hrl b/lib/ssl/src/ssl_internal.hrl
index ae1c3ea47c..fd246e2550 100644
--- a/lib/ssl/src/ssl_internal.hrl
+++ b/lib/ssl/src/ssl_internal.hrl
@@ -120,7 +120,7 @@
%% undefined if not hibernating, or number of ms of
%% inactivity after which ssl_connection will go into
%% hibernation
- hibernate_after :: timeout(),
+ hibernate_after :: timeout(),
%% This option should only be set to true by inet_tls_dist
erl_dist = false :: boolean(),
alpn_advertised_protocols = undefined :: [binary()] | undefined ,