From 045f36e934df08b59b6d3d473aef84c0d87f8d27 Mon Sep 17 00:00:00 2001 From: jsg <> Date: Sat, 10 Sep 2022 10:22:46 +0000 Subject: fix repeated words ok ok miod@ ack ack jmc@ --- src/lib/libssl/man/SSL_set1_param.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/libssl') diff --git a/src/lib/libssl/man/SSL_set1_param.3 b/src/lib/libssl/man/SSL_set1_param.3 index b2e695307d..cd8ad40ad0 100644 --- a/src/lib/libssl/man/SSL_set1_param.3 +++ b/src/lib/libssl/man/SSL_set1_param.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_set1_param.3,v 1.5 2019/06/12 09:36:30 schwarze Exp $ +.\" $OpenBSD: SSL_set1_param.3,v 1.6 2022/09/10 10:22:46 jsg Exp $ .\" full merge up to: .\" OpenSSL man3/SSL_CTX_get0_param 99d63d46 Oct 26 13:56:48 2016 -0400 .\" @@ -49,7 +49,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 12 2019 $ +.Dd $Mdocdate: September 10 2022 $ .Dt SSL_SET1_PARAM 3 .Os .Sh NAME @@ -88,7 +88,7 @@ or .Fa ssl , respectively. The returned pointer must not be freed by the calling application, -but the application can modify the parameters pointed to +but the application can modify the parameters pointed to, to suit its needs: for example to add a hostname check. .Pp .Fn SSL_CTX_set1_param -- cgit v1.2.3-55-g6feb