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