summaryrefslogtreecommitdiff
path: root/src/lib/libssl/man/SSL_get_ciphers.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/man/SSL_get_ciphers.3')
-rw-r--r--src/lib/libssl/man/SSL_get_ciphers.39
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/libssl/man/SSL_get_ciphers.3 b/src/lib/libssl/man/SSL_get_ciphers.3
index 598e954456..8030f0bbb1 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.10 2020/09/16 07:11:14 schwarze Exp $ 1.\" $OpenBSD: SSL_get_ciphers.3,v 1.11 2020/09/16 07:25:15 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.\"
@@ -176,12 +176,11 @@ is called on that context object.
176.Fn SSL_CTX_get_ciphers 176.Fn SSL_CTX_get_ciphers
177returns an internal pointer to a list of ciphers or 177returns an internal pointer to a list of ciphers or
178.Dv NULL 178.Dv NULL
179if no ciphers are available. 179if
180If
181.Fa ctx 180.Fa ctx
182is 181is
183.Dv NULL , 182.Dv NULL
184calling this function crashes the program. 183or if no ciphers are available.
185The returned pointer becomes invalid when 184The returned pointer becomes invalid when
186.Fa ctx 185.Fa ctx
187is destroyed or when 186is destroyed or when