]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/ssl/SSL_shutdown.pod
Fix nits in pod files.
[thirdparty/openssl.git] / doc / ssl / SSL_shutdown.pod
index 990a1817483e303b0c0f9ca9f4e6212c74c2e3d3..b698d94d898f964e126d9a4e472b9ad4ee4eeeb2 100644 (file)
@@ -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
@@ -62,7 +62,7 @@ It is therefore recommended, to check the return value of SSL_shutdown()
 and call SSL_shutdown() again, if the bidirectional shutdown is not yet
 complete (return value of the first call is 0).
 
-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.