diff options
Diffstat (limited to 'src/lib/libssl/src/doc/ssl/SSL_accept.pod')
-rw-r--r-- | src/lib/libssl/src/doc/ssl/SSL_accept.pod | 6 |
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 | |||
54 | by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the | 54 | by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the |
55 | return value B<ret> to find out the reason. | 55 | return value B<ret> to find out the reason. |
56 | 56 | ||
57 | =item -1 | 57 | =item E<lt>0 |
58 | 58 | ||
59 | The TLS/SSL handshake was not successful because a fatal error occurred either | 59 | The TLS/SSL handshake was not successful because a fatal error occurred either |
60 | at the protocol level or a connection failure occurred. The shutdown was | 60 | at 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 | ||
69 | L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_connect(3)|SSL_connect(3)>, | 69 | L<SSL_get_error(3)|SSL_get_error(3)>, L<SSL_connect(3)|SSL_connect(3)>, |
70 | L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)> | 70 | L<SSL_shutdown(3)|SSL_shutdown(3)>, L<ssl(3)|ssl(3)>, L<bio(3)|bio(3)>, |
71 | L<SSL_set_connect_state(3)|SSL_set_connect_state(3)>, | ||
72 | L<SSL_CTX_new(3)|SSL_CTX_new(3)> | ||
71 | 73 | ||
72 | =cut | 74 | =cut |