summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2021-01-30 10:48:15 +0000
committertb <>2021-01-30 10:48:15 +0000
commit75e21bb47e4556bb315c1d22d1677214472eefeb (patch)
tree186b4c8ff2fa291cb4913b5b90ab31c5e357e09d /src
parent17e882ad1b4c2a07562d7d86df50587d20a5417b (diff)
downloadopenbsd-75e21bb47e4556bb315c1d22d1677214472eefeb.tar.gz
openbsd-75e21bb47e4556bb315c1d22d1677214472eefeb.tar.bz2
openbsd-75e21bb47e4556bb315c1d22d1677214472eefeb.zip
missing word in comment
Diffstat (limited to 'src')
-rw-r--r--src/lib/libssl/man/SSL_get_finished.36
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/man/SSL_get_finished.3 b/src/lib/libssl/man/SSL_get_finished.3
index 596703223e..3cfb655ea0 100644
--- a/src/lib/libssl/man/SSL_get_finished.3
+++ b/src/lib/libssl/man/SSL_get_finished.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_get_finished.3,v 1.1 2021/01/27 17:59:57 tb Exp $ 1.\" $OpenBSD: SSL_get_finished.3,v 1.2 2021/01/30 10:48:15 tb Exp $
2.\" 2.\"
3.\" Copyright (c) 2020 Theo Buehler <tb@openbsd.org> 3.\" Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
4.\" 4.\"
@@ -14,7 +14,7 @@
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\" 16.\"
17.Dd $Mdocdate: January 27 2021 $ 17.Dd $Mdocdate: January 30 2021 $
18.Dt SSL_GET_FINISHED 3 18.Dt SSL_GET_FINISHED 3
19.Os 19.Os
20.Sh NAME 20.Sh NAME
@@ -46,7 +46,7 @@ i.e., 64 bytes.
46.\" In TLSv1.3 the length is equal to the length of the hash algorithm 46.\" In TLSv1.3 the length is equal to the length of the hash algorithm
47.\" used by the hash-based message authentication code (HMAC), 47.\" used by the hash-based message authentication code (HMAC),
48.\" which is currently either 32 bytes for SHA-256 or 48 bytes for SHA-384. 48.\" which is currently either 32 bytes for SHA-256 or 48 bytes for SHA-384.
49.\" In TLSv1.2 the length defaults to 12 bytes, but it can explicitly 49.\" In TLSv1.2 the length defaults to 12 bytes, but it can explicitly be
50.\" specified by the ciphersuite to be longer. 50.\" specified by the ciphersuite to be longer.
51.\" In TLS versions 1.1 and 1.0, the finished message has a fixed length 51.\" In TLS versions 1.1 and 1.0, the finished message has a fixed length
52.\" of 12 bytes. 52.\" of 12 bytes.