diff options
author | 2014-05-04 21:08:16 +0000 | |
---|---|---|
committer | 2014-05-04 21:08:16 +0000 | |
commit | 9c7502242f92ef1771243b24501dd1d095c8af4d (patch) | |
tree | cc8bd730dbe5ba2f92997345293501ae92124f64 /lib/libssl/src/doc/ssl/SSL_shutdown.pod | |
parent | Factor out the code to set the expiry, renewal and rebinding times for (diff) | |
download | wireguard-openbsd-9c7502242f92ef1771243b24501dd1d095c8af4d.tar.xz wireguard-openbsd-9c7502242f92ef1771243b24501dd1d095c8af4d.zip |
Remove trailing whitespace.
ok jmc@
Diffstat (limited to 'lib/libssl/src/doc/ssl/SSL_shutdown.pod')
-rw-r--r-- | lib/libssl/src/doc/ssl/SSL_shutdown.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/src/doc/ssl/SSL_shutdown.pod b/lib/libssl/src/doc/ssl/SSL_shutdown.pod index d86ac7cb131..50f47c20d78 100644 --- a/lib/libssl/src/doc/ssl/SSL_shutdown.pod +++ b/lib/libssl/src/doc/ssl/SSL_shutdown.pod @@ -12,7 +12,7 @@ SSL_shutdown - shut down a TLS/SSL connection =head1 DESCRIPTION -SSL_shutdown() shuts down an active TLS/SSL connection. It sends the +SSL_shutdown() shuts down an active TLS/SSL connection. It sends the "close notify" shutdown alert to the peer. =head1 NOTES @@ -64,7 +64,7 @@ complete (return value of the first call is 0). As the shutdown is not specially handled in the SSLv2 protocol, SSL_shutdown() will succeed on the first call. -The behaviour of SSL_shutdown() additionally depends on the underlying BIO. +The behaviour of SSL_shutdown() additionally depends on the underlying BIO. If the underlying BIO is B<blocking>, SSL_shutdown() will only return once the handshake step has been finished or an error occurred. |