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.pod2
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
21The behaviour of SSL_accept() depends on the underlying BIO. 21The behaviour of SSL_accept() depends on the underlying BIO.
22 22
23If the underlying BIO is B<blocking>, SSL_accept() will only return once the 23If the underlying BIO is B<blocking>, SSL_accept() will only return once the
24handshake has been finished or an error occurred, except for SGC (Server 24handshake has been finished or an error occurred, except for SGC (Server