diff options
| author | Fredrik Gustafsson <[email protected]> | 2013-08-27 13:58:07 +0200 | 
|---|---|---|
| committer | Fredrik Gustafsson <[email protected]> | 2013-08-27 13:58:07 +0200 | 
| commit | ede48cb459a6d075edd0fd2855f6b3672d8f3625 (patch) | |
| tree | 0a49fe2867686dfb3615ad4c2b979d0d8d707f2e /lib/ssl/doc/src | |
| parent | e2c0f6dd1fc9b6bd506a481644b9c63f9d575aa1 (diff) | |
| download | otp-ede48cb459a6d075edd0fd2855f6b3672d8f3625.tar.gz otp-ede48cb459a6d075edd0fd2855f6b3672d8f3625.tar.bz2 otp-ede48cb459a6d075edd0fd2855f6b3672d8f3625.zip | |
ssl: documentation regarding log_alert
Diffstat (limited to 'lib/ssl/doc/src')
| -rw-r--r-- | lib/ssl/doc/src/ssl.xml | 6 | 
1 files changed, 4 insertions, 2 deletions
| diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index 1645eb15f3..6029a09730 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -86,7 +86,8 @@        {user_lookup_fun, {fun(), term()}}, {psk_identity, string()}, {srp_identity, {string(), string()}} |        {ssl_imp, ssl_imp()} | {reuse_sessions, boolean()} | {reuse_session, fun()}        {next_protocols_advertised, [binary()]} | -      {client_preferred_next_protocols, client | server, [binary()]} +      {client_preferred_next_protocols, client | server, [binary()]} | +      {log_alert, boolean()}      </c></p>      <p><c>transportoption() = {cb_info, {CallbackModule::atom(), DataTag::atom(), ClosedTag::atom(), ErrTag:atom()}} @@ -446,7 +447,8 @@ fun(srp, Username :: string(), UserState :: term()) ->        <tag>{psk_identity, string()}</tag>        <item>Specifies the server identity hint the server presents to the client.        </item> - +      <tag>{log_alert, boolean()}</tag> +      <item>If false, error reports will not be displayed.</item>      </taglist>    </section> | 
