diff options
author | 2021-02-22 16:15:49 +0000 | |
---|---|---|
committer | 2021-02-22 16:15:49 +0000 | |
commit | 66da90e6e17d3cca9d0160e6e289cdd3f4e39fbe (patch) | |
tree | 7c8c8f720fdf0d5cf75e376ad74c208492a25788 /lib/libssl/tls13_client.c | |
parent | Simplify version checks in the TLSv1.3 client (diff) | |
download | wireguard-openbsd-66da90e6e17d3cca9d0160e6e289cdd3f4e39fbe.tar.xz wireguard-openbsd-66da90e6e17d3cca9d0160e6e289cdd3f4e39fbe.zip |
Fix bizarre punctuation and capitalization in a comment.
Diffstat (limited to 'lib/libssl/tls13_client.c')
-rw-r--r-- | lib/libssl/tls13_client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libssl/tls13_client.c b/lib/libssl/tls13_client.c index 38eca61d9a0..fbb84dcc872 100644 --- a/lib/libssl/tls13_client.c +++ b/lib/libssl/tls13_client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls13_client.c,v 1.71 2021/02/22 16:13:31 tb Exp $ */ +/* $OpenBSD: tls13_client.c,v 1.72 2021/02/22 16:15:49 tb Exp $ */ /* * Copyright (c) 2018, 2019 Joel Sing <jsing@openbsd.org> * @@ -230,7 +230,7 @@ tls13_server_hello_process(struct tls13_ctx *ctx, CBS *cbs) if (tls13_server_hello_is_legacy(cbs)) { if (ctx->hs->max_version >= TLS1_3_VERSION) { /* - * RFC 8446 section 4.1.3, We must not downgrade if + * RFC 8446 section 4.1.3: we must not downgrade if * the server random value contains the TLS 1.2 or 1.1 * magical value. */ |