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.pod6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libssl/src/doc/ssl/SSL_accept.pod b/src/lib/libssl/src/doc/ssl/SSL_accept.pod
index 0c79ac515e..ac6caf9baa 100644
--- a/src/lib/libssl/src/doc/ssl/SSL_accept.pod
+++ b/src/lib/libssl/src/doc/ssl/SSL_accept.pod
@@ -54,7 +54,7 @@ The TLS/SSL handshake was not successful but was shut down controlled and
54by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the 54by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the
55return value B<ret> to find out the reason. 55return value B<ret> to find out the reason.
56 56
57=item -1 57=item E<lt>0
58 58
59The TLS/SSL handshake was not successful because a fatal error occurred either 59The TLS/SSL handshake was not successful because a fatal error occurred either
60at the protocol level or a connection failure occurred. The shutdown was 60at the protocol level or a connection failure occurred. The shutdown was
@@ -67,6 +67,8 @@ to find out the reason.
67=head1 SEE ALSO 67=head1 SEE ALSO
68 68
69L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_connect(3)|SSL_connect(3)>, 69L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_connect(3)|SSL_connect(3)>,
70L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)> 70L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>,
71L<SSL_set_connect_state(3)|SSL_set_connect_state(3)>,
72L<SSL_CTX_new(3)|SSL_CTX_new(3)>
71 73
72=cut 74=cut