summaryrefslogtreecommitdiff
path: root/src/lib/libtls/man/tls_connect.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libtls/man/tls_connect.3')
-rw-r--r--src/lib/libtls/man/tls_connect.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libtls/man/tls_connect.3 b/src/lib/libtls/man/tls_connect.3
index 4c4f01c256..95a18864b2 100644
--- a/src/lib/libtls/man/tls_connect.3
+++ b/src/lib/libtls/man/tls_connect.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: tls_connect.3,v 1.4 2018/07/09 19:51:18 tb Exp $ 1.\" $OpenBSD: tls_connect.3,v 1.5 2025/07/07 10:54:00 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" Copyright (c) 2014, 2015 Joel Sing <jsing@openbsd.org> 4.\" Copyright (c) 2014, 2015 Joel Sing <jsing@openbsd.org>
@@ -16,7 +16,7 @@
16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 16.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 17.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
18.\" 18.\"
19.Dd $Mdocdate: July 9 2018 $ 19.Dd $Mdocdate: July 7 2025 $
20.Dt TLS_CONNECT 3 20.Dt TLS_CONNECT 3
21.Os 21.Os
22.Sh NAME 22.Sh NAME
@@ -27,6 +27,7 @@
27.Nm tls_connect_cbs 27.Nm tls_connect_cbs
28.Nd instruct a TLS client to establish a connection 28.Nd instruct a TLS client to establish a connection
29.Sh SYNOPSIS 29.Sh SYNOPSIS
30.Lb libtls libssl libcrypto
30.In tls.h 31.In tls.h
31.Ft int 32.Ft int
32.Fo tls_connect 33.Fo tls_connect