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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/src/doc/ssl/SSL_accept.pod b/src/lib/libssl/src/doc/ssl/SSL_accept.pod index 288203f8af..42a539d354 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_accept.pod +++ b/src/lib/libssl/src/doc/ssl/SSL_accept.pod | |||
@@ -18,7 +18,7 @@ B<ssl> by setting an underlying B<BIO>. | |||
18 | 18 | ||
19 | =head1 NOTES | 19 | =head1 NOTES |
20 | 20 | ||
21 | The behaviour of SSL_accept() depends on the underlying BIO. | 21 | The behaviour of SSL_accept() depends on the underlying BIO. |
22 | 22 | ||
23 | If the underlying BIO is B<blocking>, SSL_accept() will only return once the | 23 | If the underlying BIO is B<blocking>, SSL_accept() will only return once the |
24 | handshake has been finished or an error occurred, except for SGC (Server | 24 | handshake has been finished or an error occurred, except for SGC (Server |