diff options
author | jsg <> | 2022-09-10 10:22:46 +0000 |
---|---|---|
committer | jsg <> | 2022-09-10 10:22:46 +0000 |
commit | 045f36e934df08b59b6d3d473aef84c0d87f8d27 (patch) | |
tree | 76f62c4f9bd98e909f213a59c9edd3bc44f113cb /src/lib/libssl/man | |
parent | 80160453af8f56ab16afdda289fc3a50e92a2f38 (diff) | |
download | openbsd-045f36e934df08b59b6d3d473aef84c0d87f8d27.tar.gz openbsd-045f36e934df08b59b6d3d473aef84c0d87f8d27.tar.bz2 openbsd-045f36e934df08b59b6d3d473aef84c0d87f8d27.zip |
fix repeated words
ok ok miod@ ack ack jmc@
Diffstat (limited to 'src/lib/libssl/man')
-rw-r--r-- | src/lib/libssl/man/SSL_set1_param.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
1 | .\" $OpenBSD: SSL_set1_param.3,v 1.5 2019/06/12 09:36:30 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_set1_param.3,v 1.6 2022/09/10 10:22:46 jsg Exp $ |
2 | .\" full merge up to: | 2 | .\" full merge up to: |
3 | .\" OpenSSL man3/SSL_CTX_get0_param 99d63d46 Oct 26 13:56:48 2016 -0400 | 3 | .\" OpenSSL man3/SSL_CTX_get0_param 99d63d46 Oct 26 13:56:48 2016 -0400 |
4 | .\" | 4 | .\" |
@@ -49,7 +49,7 @@ | |||
49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 49 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 50 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
51 | .\" | 51 | .\" |
52 | .Dd $Mdocdate: June 12 2019 $ | 52 | .Dd $Mdocdate: September 10 2022 $ |
53 | .Dt SSL_SET1_PARAM 3 | 53 | .Dt SSL_SET1_PARAM 3 |
54 | .Os | 54 | .Os |
55 | .Sh NAME | 55 | .Sh NAME |
@@ -88,7 +88,7 @@ or | |||
88 | .Fa ssl , | 88 | .Fa ssl , |
89 | respectively. | 89 | respectively. |
90 | The returned pointer must not be freed by the calling application, | 90 | The returned pointer must not be freed by the calling application, |
91 | but the application can modify the parameters pointed to | 91 | but the application can modify the parameters pointed to, |
92 | to suit its needs: for example to add a hostname check. | 92 | to suit its needs: for example to add a hostname check. |
93 | .Pp | 93 | .Pp |
94 | .Fn SSL_CTX_set1_param | 94 | .Fn SSL_CTX_set1_param |