diff options
author | schwarze <> | 2025-07-07 10:54:00 +0000 |
---|---|---|
committer | schwarze <> | 2025-07-07 10:54:00 +0000 |
commit | 8af288822f71d1181fe2dcead11ee1b2223c499c (patch) | |
tree | cd4fa0899c2c54c9bc3aa572ca8ef3300de14691 /src/lib/libtls/man/tls_connect.3 | |
parent | a11a04e5d35048705d55344f9b3839fc0d76876f (diff) | |
download | openbsd-8af288822f71d1181fe2dcead11ee1b2223c499c.tar.gz openbsd-8af288822f71d1181fe2dcead11ee1b2223c499c.tar.bz2 openbsd-8af288822f71d1181fe2dcead11ee1b2223c499c.zip |
.Lb libtls libssl libcrypto
OK tb@ and no objection from tedu@
Diffstat (limited to 'src/lib/libtls/man/tls_connect.3')
-rw-r--r-- | src/lib/libtls/man/tls_connect.3 | 5 |
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 |