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_read.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_read.3')
| -rw-r--r-- | man/tls_read.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man/tls_read.3 b/man/tls_read.3 index f9d949e..f72e63c 100644 --- a/man/tls_read.3 +++ b/man/tls_read.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tls_read.3,v 1.8 2023/09/18 17:25:15 schwarze Exp $ +.\" $OpenBSD: tls_read.3,v 1.9 2025/07/07 10:54:00 schwarze Exp $ .\" .\" Copyright (c) 2014, 2015 Ted Unangst <tedu@openbsd.org> .\" Copyright (c) 2015 Doug Hogan <doug@openbsd.org> @@ -18,7 +18,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: September 18 2023 $ +.Dd $Mdocdate: July 7 2025 $ .Dt TLS_READ 3 .Os .Sh NAME @@ -29,6 +29,7 @@ .Nm tls_close .Nd use a TLS connection .Sh SYNOPSIS +.Lb libtls libssl libcrypto .In tls.h .Ft ssize_t .Fo tls_read |