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_init.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_init.3')
-rw-r--r-- | src/lib/libtls/man/tls_init.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libtls/man/tls_init.3 b/src/lib/libtls/man/tls_init.3 index 557998107c..69879c04c7 100644 --- a/src/lib/libtls/man/tls_init.3 +++ b/src/lib/libtls/man/tls_init.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_init.3,v 1.13 2018/07/09 19:47:20 tb Exp $ | 1 | .\" $OpenBSD: tls_init.3,v 1.14 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) 2016 Joel Sing <jsing@openbsd.org> | 4 | .\" Copyright (c) 2016 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_INIT 3 | 20 | .Dt TLS_INIT 3 |
21 | .Os | 21 | .Os |
22 | .Sh NAME | 22 | .Sh NAME |
@@ -26,6 +26,7 @@ | |||
26 | .Nm tls_config_error | 26 | .Nm tls_config_error |
27 | .Nd initialize TLS client and server API | 27 | .Nd initialize TLS client and server API |
28 | .Sh SYNOPSIS | 28 | .Sh SYNOPSIS |
29 | .Lb libtls libssl libcrypto | ||
29 | .In tls.h | 30 | .In tls.h |
30 | .Ft int | 31 | .Ft int |
31 | .Fn tls_init void | 32 | .Fn tls_init void |