summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/ssl/SSL_accept.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/doc/ssl/SSL_accept.pod')
-rw-r--r--src/lib/libssl/src/doc/ssl/SSL_accept.pod12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libssl/src/doc/ssl/SSL_accept.pod b/src/lib/libssl/src/doc/ssl/SSL_accept.pod
index 17f504b89b..288203f8af 100644
--- a/src/lib/libssl/src/doc/ssl/SSL_accept.pod
+++ b/src/lib/libssl/src/doc/ssl/SSL_accept.pod
@@ -44,18 +44,18 @@ The following return values can occur:
44 44
45=over 4 45=over 4
46 46
47=item C<1>
48
49The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
50established.
51
52=item C<0> 47=item C<0>
53 48
54The TLS/SSL handshake was not successful but was shut down controlled and 49The TLS/SSL handshake was not successful but was shut down controlled and
55by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the 50by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
56return value B<ret> to find out the reason. 51return value B<ret> to find out the reason.
57 52
58=item C<E<lt>0> 53=item C<1>
54
55The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been
56established.
57
58=item E<lt>0
59 59
60The TLS/SSL handshake was not successful because a fatal error occurred either 60The TLS/SSL handshake was not successful because a fatal error occurred either
61at the protocol level or a connection failure occurred. The shutdown was 61at the protocol level or a connection failure occurred. The shutdown was