summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorschwarze <>2014-10-08 14:55:20 +0000
committerschwarze <>2014-10-08 14:55:20 +0000
commitfc5e6a48b05100c487c80f2f029d27580346f721 (patch)
treebfc3aa77bc9af821f6b1d65e0c46751de96cc6f2 /src
parentf2c6f852a17ae2e11013ea1ecbe89657ba3e0ecb (diff)
downloadopenbsd-fc5e6a48b05100c487c80f2f029d27580346f721.tar.gz
openbsd-fc5e6a48b05100c487c80f2f029d27580346f721.tar.bz2
openbsd-fc5e6a48b05100c487c80f2f029d27580346f721.zip
whack a few stray .Pp macros
Diffstat (limited to 'src')
-rw-r--r--src/lib/libressl/ressl.35
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libressl/ressl.3 b/src/lib/libressl/ressl.3
index 7f141d12fa..b50d3d6068 100644
--- a/src/lib/libressl/ressl.3
+++ b/src/lib/libressl/ressl.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ressl.3,v 1.2 2014/10/08 14:47:15 tedu Exp $ 1.\" $OpenBSD: ressl.3,v 1.3 2014/10/08 14:55:20 schwarze Exp $
2.\" 2.\"
3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org> 3.\" Copyright (c) 2014 Ted Unangst <tedu@openbsd.org>
4.\" All rights reserved. 4.\" All rights reserved.
@@ -245,7 +245,6 @@ Additionally, the values
245(all TLS versions) and 245(all TLS versions) and
246.Dv RESSL_PROTOCOLS_DEFAULT 246.Dv RESSL_PROTOCOLS_DEFAULT
247(all versions) may be used. 247(all versions) may be used.
248.Pp
249.It 248.It
250.Fn ressl_config_clear_keys 249.Fn ressl_config_clear_keys
251clears any secert keys from memory. 250clears any secert keys from memory.
@@ -266,7 +265,6 @@ reenables hostname and certificate verification.
266.El 265.El
267.Pp 266.Pp
268The following functions create, prepare, and free a connection context. 267The following functions create, prepare, and free a connection context.
269.Pp
270.Bl -bullet -offset four 268.Bl -bullet -offset four
271.It 269.It
272.Fn ressl_client 270.Fn ressl_client
@@ -308,7 +306,6 @@ bytes of data from the socket into
308.Fa buf . 306.Fa buf .
309The amount of data read is returned in 307The amount of data read is returned in
310.Fa outlen . 308.Fa outlen .
311.Pp
312.It 309.It
313.Fn ressl_write 310.Fn ressl_write
314writes 311writes