From 1fd424859cfaebd371a08ab5977623dd20d28067 Mon Sep 17 00:00:00 2001
From: Julien Barbot
Date: Thu, 31 Oct 2013 17:33:13 +0100
Subject: Fix client_preferred_next_protocols documentation
---
lib/ssl/doc/src/ssl.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'lib/ssl')
diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml
index 6029a09730..445a47c07b 100644
--- a/lib/ssl/doc/src/ssl.xml
+++ b/lib/ssl/doc/src/ssl.xml
@@ -86,7 +86,7 @@
{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()]} | {client | server, [binary()], binary()}} |
{log_alert, boolean()}
@@ -353,8 +353,8 @@ fun(srp, Username :: string(), UserState :: term()) ->
when possible.
- {client_preferred_next_protocols, Precedence :: server | client, ClientPrefs :: [binary()]}
- {client_preferred_next_protocols, Precedence :: server | client, ClientPrefs :: [binary()], Default :: binary()}
+ {client_preferred_next_protocols, {Precedence :: server | client, ClientPrefs :: [binary()]}}
+ {client_preferred_next_protocols, {Precedence :: server | client, ClientPrefs :: [binary()], Default :: binary()}}
-
Indicates the client will try to perform Next Protocol
Negotiation.
--
cgit v1.2.3