aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/src/ssl.erl
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2019-02-22 11:05:48 +0100
committerRaimo Niskanen <[email protected]>2019-02-22 11:10:57 +0100
commit73587632918cefc05d4112db74548b6770b35f9c (patch)
tree4fe3c92f40782dccb624160a8e671be113b4922d /lib/ssl/src/ssl.erl
parent9e9884640b7d0ee69cd39909842ec5fc8826859f (diff)
parent59c1634e7972746ab3f144bbd65922bcb1d9c630 (diff)
downloadotp-73587632918cefc05d4112db74548b6770b35f9c.tar.gz
otp-73587632918cefc05d4112db74548b6770b35f9c.tar.bz2
otp-73587632918cefc05d4112db74548b6770b35f9c.zip
Merge branch ssl-active-n of essen:erlang/otp into essen/ssl-active-n
* essen:erlang/otp: fixup! ssl: Add support for {active,N} ssl: Use common fonction to update {active,N} ssl: Document {active,N} ssl: Add support for {active,N} Conflicts: lib/ssl/src/ssl_connection.erl
Diffstat (limited to 'lib/ssl/src/ssl.erl')
-rw-r--r--lib/ssl/src/ssl.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/src/ssl.erl b/lib/ssl/src/ssl.erl
index bdb2283ad6..03b72da4ea 100644
--- a/lib/ssl/src/ssl.erl
+++ b/lib/ssl/src/ssl.erl
@@ -99,7 +99,7 @@
-type tls_client_option() :: client_option() | socket_connect_option() | transport_option().
-type tls_server_option() :: server_option() | socket_listen_option() | transport_option().
-type active_msgs() :: {ssl, sslsocket(), Data::binary() | list()} | {ssl_closed, sslsocket()} |
- {ssl_error, sslsocket(), Reason::term()}.
+ {ssl_error, sslsocket(), Reason::term()} | {ssl_passive, sslsocket()}.
-type transport_option() :: {cb_info, {CallbackModule::atom(), DataTag::atom(),
ClosedTag::atom(), ErrTag::atom()}}.
-type path() :: file:filename().