diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2020-05-12 20:12:45 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2020-05-12 20:12:45 +0000 |
commit | a2faf7bfb515ee4f70f8ca5a8ca2343a893e0e18 (patch) | |
tree | dfd4fd7aee56b3cdd305c44954f89e93c9c47ae2 /lib/libssl/man | |
parent | 4fc0819da21a6f199bab883907ef72c4b2c78665 (diff) |
there should only be one i in gratuitous
Diffstat (limited to 'lib/libssl/man')
-rw-r--r-- | lib/libssl/man/SSL_CTX_set_min_proto_version.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libssl/man/SSL_CTX_set_min_proto_version.3 b/lib/libssl/man/SSL_CTX_set_min_proto_version.3 index b1b313ffaf1..72ad0e43675 100644 --- a/lib/libssl/man/SSL_CTX_set_min_proto_version.3 +++ b/lib/libssl/man/SSL_CTX_set_min_proto_version.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_CTX_set_min_proto_version.3,v 1.3 2018/03/24 00:55:37 schwarze Exp $ +.\" $OpenBSD: SSL_CTX_set_min_proto_version.3,v 1.4 2020/05/12 20:12:44 tb Exp $ .\" full merge up to: OpenSSL 3edabd3c Sep 14 09:28:39 2017 +0200 .\" .\" This file was written by Kurt Roeckx <kurt@roeckx.be> and @@ -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: March 24 2018 $ +.Dd $Mdocdate: May 12 2020 $ .Dt SSL_CTX_SET_MIN_PROTO_VERSION 3 .Os .Sh NAME @@ -144,7 +144,7 @@ with shorter names without the .Sy proto_ part. Two years later, OpenSSL included them in their 1.1.0 release, -gratuitiously changing the names; Google shrugged and adopted +gratuitously changing the names; Google shrugged and adopted the longer names one month later. They have been available since .Ox 6.2 . |