diff options
author | tb <> | 2021-06-08 18:13:50 +0000 |
---|---|---|
committer | tb <> | 2021-06-08 18:13:50 +0000 |
commit | c91a47ed747c414a982d63de1c1ea78816edf4e3 (patch) | |
tree | c588432701b73c5ff7360f3390b6c6838bcac8c6 /src/lib | |
parent | 183dc316a669d210cf5f47b850a5fc7823c6443d (diff) | |
download | openbsd-c91a47ed747c414a982d63de1c1ea78816edf4e3.tar.gz openbsd-c91a47ed747c414a982d63de1c1ea78816edf4e3.tar.bz2 openbsd-c91a47ed747c414a982d63de1c1ea78816edf4e3.zip |
Rewrap a comment to avoid an overlong line
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/libssl/tls13_client.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libssl/tls13_client.c b/src/lib/libssl/tls13_client.c index c7644645ff..e387ac8c59 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.79 2021/05/16 14:10:43 jsing Exp $ */ | 1 | /* $OpenBSD: tls13_client.c,v 1.80 2021/06/08 18:13:50 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 | * |
@@ -404,8 +404,8 @@ tls13_server_hello_retry_request_recv(struct tls13_ctx *ctx, CBS *cbs) | |||
404 | return 0; | 404 | return 0; |
405 | 405 | ||
406 | /* | 406 | /* |
407 | * This may have been a TLSv1.2 or earlier ServerHello that just happened | 407 | * This may have been a TLSv1.2 or earlier ServerHello that just |
408 | * to have matching server random... | 408 | * happened to have matching server random... |
409 | */ | 409 | */ |
410 | if (ctx->hs->tls13.use_legacy) | 410 | if (ctx->hs->tls13.use_legacy) |
411 | return tls13_use_legacy_client(ctx); | 411 | return tls13_use_legacy_client(ctx); |