summaryrefslogtreecommitdiff
path: root/src/lib/libtls/man/tls_read.3
diff options
context:
space:
mode:
authorschwarze <>2025-07-07 10:54:00 +0000
committerschwarze <>2025-07-07 10:54:00 +0000
commit800b400429130c255973b130ac2376970630d5e9 (patch)
treecd4fa0899c2c54c9bc3aa572ca8ef3300de14691 /src/lib/libtls/man/tls_read.3
parent1e1239f964a6fb20dc61c74aa0a96f5cca517235 (diff)
downloadopenbsd-800b400429130c255973b130ac2376970630d5e9.tar.gz
openbsd-800b400429130c255973b130ac2376970630d5e9.tar.bz2
openbsd-800b400429130c255973b130ac2376970630d5e9.zip
.Lb libtls libssl libcrypto
OK tb@ and no objection from tedu@
Diffstat (limited to 'src/lib/libtls/man/tls_read.3')
-rw-r--r--src/lib/libtls/man/tls_read.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libtls/man/tls_read.3 b/src/lib/libtls/man/tls_read.3
index f9d949eef5..f72e63cf63 100644
--- a/src/lib/libtls/man/tls_read.3
+++ b/src/lib/libtls/man/tls_read.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: tls_read.3,v 1.8 2023/09/18 17:25:15 schwarze Exp $ 1.\" $OpenBSD: tls_read.3,v 1.9 2025/07/07 10:54:00 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2014, 2015 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014, 2015 Ted Unangst <tedu@openbsd.org>
4.\" Copyright (c) 2015 Doug Hogan <doug@openbsd.org> 4.\" Copyright (c) 2015 Doug Hogan <doug@openbsd.org>
@@ -18,7 +18,7 @@
18.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 18.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
19.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 19.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20.\" 20.\"
21.Dd $Mdocdate: September 18 2023 $ 21.Dd $Mdocdate: July 7 2025 $
22.Dt TLS_READ 3 22.Dt TLS_READ 3
23.Os 23.Os
24.Sh NAME 24.Sh NAME
@@ -29,6 +29,7 @@
29.Nm tls_close 29.Nm tls_close
30.Nd use a TLS connection 30.Nd use a TLS connection
31.Sh SYNOPSIS 31.Sh SYNOPSIS
32.Lb libtls libssl libcrypto
32.In tls.h 33.In tls.h
33.Ft ssize_t 34.Ft ssize_t
34.Fo tls_read 35.Fo tls_read