diff options
author | jim <> | 2014-05-04 21:08:16 +0000 |
---|---|---|
committer | jim <> | 2014-05-04 21:08:16 +0000 |
commit | e8801f3f365431a170f57db622a9de49fcc59e24 (patch) | |
tree | 9c08d504e67eddb5214e83ef60b6e566cbdf4826 /src/lib/libssl/src/doc/ssl/SSL_shutdown.pod | |
parent | 61df790e430460904e1b4c6e993ebab89c737ad8 (diff) | |
download | openbsd-e8801f3f365431a170f57db622a9de49fcc59e24.tar.gz openbsd-e8801f3f365431a170f57db622a9de49fcc59e24.tar.bz2 openbsd-e8801f3f365431a170f57db622a9de49fcc59e24.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.pod | 4 |
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 | ||
15 | SSL_shutdown() shuts down an active TLS/SSL connection. It sends the | 15 | SSL_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 | |||
64 | specially handled in the SSLv2 protocol, SSL_shutdown() will succeed on | 64 | specially handled in the SSLv2 protocol, SSL_shutdown() will succeed on |
65 | the first call. | 65 | the first call. |
66 | 66 | ||
67 | The behaviour of SSL_shutdown() additionally depends on the underlying BIO. | 67 | The behaviour of SSL_shutdown() additionally depends on the underlying BIO. |
68 | 68 | ||
69 | If the underlying BIO is B<blocking>, SSL_shutdown() will only return once the | 69 | If the underlying BIO is B<blocking>, SSL_shutdown() will only return once the |
70 | handshake step has been finished or an error occurred. | 70 | handshake step has been finished or an error occurred. |