summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/man/SSL_set_SSL_CTX.39
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/libssl/man/SSL_set_SSL_CTX.3 b/src/lib/libssl/man/SSL_set_SSL_CTX.3
index 567e34f681..b31fa5e335 100644
--- a/src/lib/libssl/man/SSL_set_SSL_CTX.3
+++ b/src/lib/libssl/man/SSL_set_SSL_CTX.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_set_SSL_CTX.3,v 1.1 2020/09/20 10:20:44 schwarze Exp $ 1.\" $OpenBSD: SSL_set_SSL_CTX.3,v 1.2 2020/09/21 14:59:46 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> 3.\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: September 20 2020 $ 17.Dd $Mdocdate: September 21 2020 $
18.Dt SSL_SET_SSL_CTX 3 18.Dt SSL_SET_SSL_CTX 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -32,8 +32,7 @@
32causes 32causes
33.Fa ssl 33.Fa ssl
34to use the context 34to use the context
35.Fa ctx 35.Fa ctx .
36in the future.
37.Pp 36.Pp
38If 37If
39.Fa ctx 38.Fa ctx
@@ -52,7 +51,7 @@ no action occurs.
52.Fn SSL_set_SSL_CTX 51.Fn SSL_set_SSL_CTX
53returns an internal pointer to the context that 52returns an internal pointer to the context that
54.Fa ssl 53.Fa ssl
55will use after the call, or 54is using as a result of the call, or
56.Dv NULL 55.Dv NULL
57if memory allocation fails. 56if memory allocation fails.
58.Sh SEE ALSO 57.Sh SEE ALSO