diff options
author | 2020-09-22 13:27:08 +0000 | |
---|---|---|
committer | 2020-09-22 13:27:08 +0000 | |
commit | 5f6db42b4667793c4d411836b71e4468d7b95a89 (patch) | |
tree | be169795f863b54942a6cce2c1e627e89f4e3f9a /lib/libssl/man | |
parent | Add a libagentx reference here as well. (diff) | |
download | wireguard-openbsd-5f6db42b4667793c4d411836b71e4468d7b95a89.tar.xz wireguard-openbsd-5f6db42b4667793c4d411836b71e4468d7b95a89.zip |
reword ambiguous title line;
issue noticed by and patch OK by jsing@
Diffstat (limited to 'lib/libssl/man')
-rw-r--r-- | lib/libssl/man/SSL_set_SSL_CTX.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/man/SSL_set_SSL_CTX.3 b/lib/libssl/man/SSL_set_SSL_CTX.3 index b31fa5e335c..9b6673473d0 100644 --- a/lib/libssl/man/SSL_set_SSL_CTX.3 +++ b/lib/libssl/man/SSL_set_SSL_CTX.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_set_SSL_CTX.3,v 1.2 2020/09/21 14:59:46 schwarze Exp $ +.\" $OpenBSD: SSL_set_SSL_CTX.3,v 1.3 2020/09/22 13:27:08 schwarze Exp $ .\" .\" Copyright (c) 2020 Ingo Schwarze <schwarze@openbsd.org> .\" @@ -14,12 +14,12 @@ .\" 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 21 2020 $ +.Dd $Mdocdate: September 22 2020 $ .Dt SSL_SET_SSL_CTX 3 .Os .Sh NAME .Nm SSL_set_SSL_CTX -.Nd associate an SSL connection object with a context +.Nd modify an SSL connection object to use another context .Sh SYNOPSIS .In openssl/ssl.h .Ft SSL_CTX * |