From e6ec11f2c79c1dd51da9750aac6730184a06668b Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Tue, 7 Apr 2015 15:51:56 +0200 Subject: ssl: Correct merge error --- lib/ssl/doc/src/ssl.xml | 25 +++++++------------------ 1 file changed, 7 insertions(+), 18 deletions(-) (limited to 'lib/ssl/doc/src/ssl.xml') diff --git a/lib/ssl/doc/src/ssl.xml b/lib/ssl/doc/src/ssl.xml index b8f7501915..eb31b35e1e 100644 --- a/lib/ssl/doc/src/ssl.xml +++ b/lib/ssl/doc/src/ssl.xml @@ -793,17 +793,19 @@ fun(srp, Username :: string(), UserState :: term()) -> - negotiated_next_protocol(Socket) -> {ok, Protocol} | {error, next_protocol_not_negotiated} - Returns the Next Protocol negotiated. + negotiated_protocol(Socket) -> {ok, Protocol} | {error, protocol_not_negotiated} + Returns the protocol negotiated through ALPN or NPN extensions. Socket = sslsocket() Protocol = binary() -

Returns the Next Protocol negotiated.

+

+ Returns the protocol negotiated through ALPN or NPN extensions. +

- + peercert(Socket) -> {ok, Cert} | {error, Reason} Returns the peer certificate. @@ -1084,20 +1086,7 @@ fun(srp, Username :: string(), UserState :: term()) -> - - negotiated_protocol(Socket) -> {ok, Protocol} | {error, protocol_not_negotiated} - Returns the protocol negotiated through ALPN or NPN extensions. - - Socket = sslsocket() - Protocol = binary() - - -

- Returns the protocol negotiated through ALPN or NPN extensions. -

-
-
- +
-- cgit v1.2.3