diff options
| author | June McEnroe <june@causal.agency> | 2026-06-01 14:49:16 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2026-06-01 14:49:16 -0400 |
| commit | f97c78da517e9100fb9490a26af318eedadd0b92 (patch) | |
| tree | 17cbb8cef13a0326ac57eb22e108d68636a96f67 /man/tls_init.3 | |
| parent | Import LibreSSL 4.1.2 (diff) | |
| download | libretls-f97c78da517e9100fb9490a26af318eedadd0b92.tar.gz libretls-f97c78da517e9100fb9490a26af318eedadd0b92.zip | |
Import LibreSSL 4.2.0
Diffstat (limited to 'man/tls_init.3')
| -rw-r--r-- | man/tls_init.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/tls_init.3 b/man/tls_init.3 index 5579981..69879c0 100644 --- a/man/tls_init.3 +++ b/man/tls_init.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_init.3,v 1.13 2018/07/09 19:47:20 tb Exp $ +.\" $OpenBSD: tls_init.3,v 1.14 2025/07/07 10:54:00 schwarze Exp $ .\" .\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> .\" Copyright (c) 2016 Joel Sing <jsing@openbsd.org> @@ -16,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 9 2018 $ +.Dd $Mdocdate: July 7 2025 $ .Dt TLS_INIT 3 .Os .Sh NAME @@ -26,6 +26,7 @@ .Nm tls_config_error .Nd initialize TLS client and server API .Sh SYNOPSIS +.Lb libtls libssl libcrypto .In tls.h .Ft int .Fn tls_init void |