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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/libssl/src/doc/ssl/SSL_accept.pod b/src/lib/libssl/src/doc/ssl/SSL_accept.pod index cc724c0d56..b1c34d15b6 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_accept.pod +++ b/src/lib/libssl/src/doc/ssl/SSL_accept.pod | |||
@@ -44,17 +44,17 @@ The following return values can occur: | |||
44 | 44 | ||
45 | =over 4 | 45 | =over 4 |
46 | 46 | ||
47 | =item 1 | ||
48 | |||
49 | The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been | ||
50 | established. | ||
51 | |||
52 | =item 0 | 47 | =item 0 |
53 | 48 | ||
54 | The TLS/SSL handshake was not successful but was shut down controlled and | 49 | The TLS/SSL handshake was not successful but was shut down controlled and |
55 | by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the | 50 | by the specifications of the TLS/SSL protocol. Call SSL_get_error() with the |
56 | return value B<ret> to find out the reason. | 51 | return value B<ret> to find out the reason. |
57 | 52 | ||
53 | =item 1 | ||
54 | |||
55 | The TLS/SSL handshake was successfully completed, a TLS/SSL connection has been | ||
56 | established. | ||
57 | |||
58 | =item E<lt>0 | 58 | =item E<lt>0 |
59 | 59 | ||
60 | The TLS/SSL handshake was not successful because a fatal error occurred either | 60 | The TLS/SSL handshake was not successful because a fatal error occurred either |