diff options
Diffstat (limited to 'lib/libssl/man/SSL_CTX_set_quiet_shutdown.3')
-rw-r--r-- | lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 b/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 index feea399bca7..98a37d7636c 100644 --- a/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 +++ b/lib/libssl/man/SSL_CTX_set_quiet_shutdown.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_CTX_set_quiet_shutdown.3,v 1.4 2018/03/27 17:35:50 schwarze Exp $ +.\" $OpenBSD: SSL_CTX_set_quiet_shutdown.3,v 1.5 2019/06/08 15:25:43 schwarze Exp $ .\" OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. @@ -48,7 +48,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: March 27 2018 $ +.Dd $Mdocdate: June 8 2019 $ .Dt SSL_CTX_SET_QUIET_SHUTDOWN 3 .Os .Sh NAME @@ -117,7 +117,7 @@ returns the .Dq quiet shutdown setting of .Fa ssl . -.Sh NOTES +.Pp Normally when a SSL connection is finished, the parties must send out .Dq close notify alert messages using |