summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/doc/ssl/SSL_shutdown.pod')
-rw-r--r--src/lib/libssl/src/doc/ssl/SSL_shutdown.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod b/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
index d86ac7cb13..50f47c20d7 100644
--- a/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
+++ b/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
@@ -12,7 +12,7 @@ SSL_shutdown - shut down a TLS/SSL connection
12 12
13=head1 DESCRIPTION 13=head1 DESCRIPTION
14 14
15SSL_shutdown() shuts down an active TLS/SSL connection. It sends the 15SSL_shutdown() shuts down an active TLS/SSL connection. It sends the
16"close notify" shutdown alert to the peer. 16"close notify" shutdown alert to the peer.
17 17
18=head1 NOTES 18=head1 NOTES
@@ -64,7 +64,7 @@ complete (return value of the first call is 0). As the shutdown is not
64specially handled in the SSLv2 protocol, SSL_shutdown() will succeed on 64specially handled in the SSLv2 protocol, SSL_shutdown() will succeed on
65the first call. 65the first call.
66 66
67The behaviour of SSL_shutdown() additionally depends on the underlying BIO. 67The behaviour of SSL_shutdown() additionally depends on the underlying BIO.
68 68
69If the underlying BIO is B<blocking>, SSL_shutdown() will only return once the 69If the underlying BIO is B<blocking>, SSL_shutdown() will only return once the
70handshake step has been finished or an error occurred. 70handshake step has been finished or an error occurred.