summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libssl/man/SSL_get_ciphers.38
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/man/SSL_get_ciphers.3 b/src/lib/libssl/man/SSL_get_ciphers.3
index 5ff1f69c42..919bef34c0 100644
--- a/src/lib/libssl/man/SSL_get_ciphers.3
+++ b/src/lib/libssl/man/SSL_get_ciphers.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_get_ciphers.3,v 1.8 2020/09/15 14:51:42 schwarze Exp $ 1.\" $OpenBSD: SSL_get_ciphers.3,v 1.9 2020/09/15 18:37:25 schwarze Exp $
2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 2.\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100
3.\" selective merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100 3.\" selective merge up to: OpenSSL 83cf7abf May 29 13:07:08 2018 +0100
4.\" 4.\"
@@ -165,9 +165,9 @@ is destroyed or when
165.Xr SSL_set_cipher_list 3 165.Xr SSL_set_cipher_list 3
166is called on it, but also when the 166is called on it, but also when the
167.Vt SSL_CTX 167.Vt SSL_CTX
168object is destroyed that 168object in use by
169.Fa SSL 169.Fa ssl
170was created from or when 170at the time of the call is freed or when
171.Xr SSL_CTX_set_cipher_list 3 171.Xr SSL_CTX_set_cipher_list 3
172is called on that context object. 172is called on that context object.
173.Pp 173.Pp