summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
diff options
context:
space:
mode:
authorjim <>2014-05-04 21:08:16 +0000
committerjim <>2014-05-04 21:08:16 +0000
commite3b23e569e27de770aaeb4ed422da6302df9cc96 (patch)
tree9c08d504e67eddb5214e83ef60b6e566cbdf4826 /src/lib/libssl/src/doc/ssl/SSL_shutdown.pod
parentb78beff9e1249e2a57cf8f4a72c4efb5f69381df (diff)
downloadopenbsd-e3b23e569e27de770aaeb4ed422da6302df9cc96.tar.gz
openbsd-e3b23e569e27de770aaeb4ed422da6302df9cc96.tar.bz2
openbsd-e3b23e569e27de770aaeb4ed422da6302df9cc96.zip
Remove trailing whitespace.
ok jmc@
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.