From 7027e52781a9063e49bd6c0c16b6671c0cf9fdde Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 30 Jan 2021 10:48:15 +0000 Subject: [PATCH] missing word in comment --- lib/libssl/man/SSL_get_finished.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libssl/man/SSL_get_finished.3 b/lib/libssl/man/SSL_get_finished.3 index 596703223e5..3cfb655ea03 100644 --- a/lib/libssl/man/SSL_get_finished.3 +++ b/lib/libssl/man/SSL_get_finished.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_get_finished.3,v 1.1 2021/01/27 17:59:57 tb Exp $ +.\" $OpenBSD: SSL_get_finished.3,v 1.2 2021/01/30 10:48:15 tb Exp $ .\" .\" Copyright (c) 2020 Theo Buehler .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 27 2021 $ +.Dd $Mdocdate: January 30 2021 $ .Dt SSL_GET_FINISHED 3 .Os .Sh NAME @@ -46,7 +46,7 @@ i.e., 64 bytes. .\" In TLSv1.3 the length is equal to the length of the hash algorithm .\" used by the hash-based message authentication code (HMAC), .\" which is currently either 32 bytes for SHA-256 or 48 bytes for SHA-384. -.\" In TLSv1.2 the length defaults to 12 bytes, but it can explicitly +.\" In TLSv1.2 the length defaults to 12 bytes, but it can explicitly be .\" specified by the ciphersuite to be longer. .\" In TLS versions 1.1 and 1.0, the finished message has a fixed length .\" of 12 bytes. -- 2.20.1